File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 - name : Set up Go
1919 uses : actions/setup-go@v5
2020 with :
21- go-version : ' 1.21 '
21+ go-version : ' 1.25 '
2222
2323 - name : Cache Go modules
2424 uses : actions/cache@v4
Original file line number Diff line number Diff line change 2121 - name : Set up Go
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : ' 1.24 '
24+ go-version : ' 1.25 '
2525
2626 - name : Run tests
2727 run : go test ./...
Original file line number Diff line number Diff line change 2222 - name : Set up Go
2323 uses : actions/setup-go@v5
2424 with :
25- go-version : ' 1.24 '
25+ go-version : ' 1.25 '
2626
2727 - name : Run tests
2828 run : |
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- go-version : ['1.23 ', '1.24 ']
14+ go-version : ['1.24 ', '1.25 ']
1515
1616 steps :
1717 - name : Checkout code
6060 - name : Set up Go
6161 uses : actions/setup-go@v5
6262 with :
63- go-version : ' 1.24 '
63+ go-version : ' 1.25 '
6464
6565 - name : Run golangci-lint
6666 uses : golangci/golangci-lint-action@v6
8585 - name : Set up Go
8686 uses : actions/setup-go@v5
8787 with :
88- go-version : ' 1.24 '
88+ go-version : ' 1.25 '
8989
9090 - name : Build ${{ matrix.goos }}/${{ matrix.goarch }}
9191 env :
You can’t perform that action at this time.
0 commit comments