File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 fetch-depth : 2
1515 - uses : actions/setup-go@v3
1616 with :
17- go-version : ' 1.20 '
17+ go-version : ' 1.21 '
1818 - name : Run coverage
1919 run : go test -coverprofile=coverage.out -covermode=count ./...
2020 - name : Upload coverage to Codecov
Original file line number Diff line number Diff line change 2020 - name : Set up Go
2121 uses : actions/setup-go@v3
2222 with :
23- go-version : ' 1.20 '
23+ go-version : ' 1.21 '
2424
2525 - name : Run GoReleaser
2626 uses : goreleaser/goreleaser-action@v4
Original file line number Diff line number Diff line change 88 os-tests :
99 strategy :
1010 matrix :
11- go-version : [1.20 .x]
11+ go-version : [1.21 .x]
1212 platform : [ubuntu-latest, macos-latest, windows-latest]
1313 runs-on : ${{ matrix.platform }}
1414 steps :
3232 build-tests :
3333 strategy :
3434 matrix :
35- go-version : [1.20 .x]
35+ go-version : [1.21 .x]
3636 platform : [ubuntu-latest]
3737 runs-on : ${{ matrix.platform }}
3838 steps :
Original file line number Diff line number Diff line change 11module github.com/scaleway/scaleway-cli/v2
22
3- go 1.20
3+ go 1.21
44
55require (
66 github.com/alecthomas/assert v1.0.0
You can’t perform that action at this time.
0 commit comments