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.
1 parent 465d6fe commit e968765Copy full SHA for e968765
.github/actions/setup-goversion/action.yml
@@ -6,6 +6,6 @@ runs:
6
run: |
7
cat Dockerfile | awk '/^FROM golang:.* AS build$/ {v=$2;split(v,a,":"); split(a[2],b,"@")}; END {printf("version=%s", b[1])}' >> $GITHUB_OUTPUT
8
shell: bash
9
- - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
+ - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
10
with:
11
go-version: "${{steps.goversion.outputs.version}}"
0 commit comments