diff options
author | Valery Piashchynski <[email protected]> | 2022-04-12 09:41:45 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-12 09:41:45 +0200 |
commit | f14d06ca4fc68a42bba926fa595622cb81b53439 (patch) | |
tree | a1bb8108521fa9d1825e75c49a1591809988d7d8 /.github/workflows/release.yml | |
parent | 41666265cb0009df5c7b1b7e900868255016f2cb (diff) | |
parent | 9ec6f36d63f46eb4c14324ad3e19d3dbd4f1ac3d (diff) |
[#1086]: build(deps): bump actions/setup-go from 2 to 3
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16c69942..4c2f2be9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: arch: amd64 steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.18 |