Skip to content

Commit fe4ee90

Browse files
Update actions/setup-go action to v3 (#108)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 60c7d29 commit fe4ee90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Determine Go version from go.mod
1818
run: echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
1919
- name: Set up Go
20-
uses: actions/setup-go@v2
20+
uses: actions/setup-go@v3
2121
with:
2222
go-version: ${{ env.GO_VERSION }}
2323
- name: Set up QEMU

0 commit comments

Comments
 (0)