File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 - name : Determine Go version from go.mod
1818 run : echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2 | cut -d "." -f 1,2)" >> $GITHUB_ENV
1919
20- - uses : actions/setup-go@v5
20+ - uses : actions/setup-go@v6
2121 with :
2222 go-version : ${{ env.GO_VERSION }}
2323
Original file line number Diff line number Diff line change 1212 - name : Determine Go version from go.mod
1313 run : echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2 | cut -d "." -f 1,2)" >> $GITHUB_ENV
1414
15- - uses : actions/setup-go@v5
15+ - uses : actions/setup-go@v6
1616 with :
1717 go-version : ${{ env.GO_VERSION }}
1818
Original file line number Diff line number Diff line change 1616 - name : Determine Go version from go.mod
1717 run : echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2 | cut -d "." -f 1,2)" >> $GITHUB_ENV
1818
19- - uses : actions/setup-go@v5
19+ - uses : actions/setup-go@v6
2020 with :
2121 go-version : ${{ env.GO_VERSION }}
2222
Original file line number Diff line number Diff line change 1717 - name : Determine Go version from go.mod
1818 run : echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2 | cut -d "." -f 1,2)" >> $GITHUB_ENV
1919
20- - uses : actions/setup-go@v5
20+ - uses : actions/setup-go@v6
2121 with :
2222 go-version : ${{ env.GO_VERSION }}
2323
You can’t perform that action at this time.
0 commit comments