We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be69259 commit 1108d6bCopy full SHA for 1108d6b
.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Extract version of Go to use
38
run: echo "GOVERSION=$(cat go.mod | grep -w "go" | awk ' { print $2 } ' | grep -w "^[^v]")" >> $GITHUB_ENV
39
- name: Set up Go
40
- uses: actions/setup-go@v5.3.0
+ uses: actions/setup-go@v5.4.0
41
with:
42
go-version: ${{ env.GOVERSION }}
43
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
0 commit comments