We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcdc338 + e128e51 commit d1207fbCopy full SHA for d1207fb
.github/workflows/golang.yaml
@@ -48,7 +48,7 @@ jobs:
48
GOLANG_VERSION=$( grep "GOLANG_VERSION ?=" versions.mk )
49
echo "GOLANG_VERSION=${GOLANG_VERSION##GOLANG_VERSION ?= }" >> $GITHUB_ENV
50
- name: Install Go
51
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
52
with:
53
go-version: ${{ env.GOLANG_VERSION }}
54
- name: Run tests
0 commit comments