We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c7d29 commit fe4ee90Copy full SHA for fe4ee90
.github/workflows/push.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Determine Go version from go.mod
18
run: echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
19
- name: Set up Go
20
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
21
with:
22
go-version: ${{ env.GO_VERSION }}
23
- name: Set up QEMU
0 commit comments