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