File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
fetch-depth : 2
15
15
- uses : actions/setup-go@v3
16
16
with :
17
- go-version : ' 1.20 '
17
+ go-version : ' 1.21 '
18
18
- name : Run coverage
19
19
run : go test -coverprofile=coverage.out -covermode=count ./...
20
20
- name : Upload coverage to Codecov
Original file line number Diff line number Diff line change 20
20
- name : Set up Go
21
21
uses : actions/setup-go@v3
22
22
with :
23
- go-version : ' 1.20 '
23
+ go-version : ' 1.21 '
24
24
25
25
- name : Run GoReleaser
26
26
uses : goreleaser/goreleaser-action@v4
Original file line number Diff line number Diff line change 8
8
os-tests :
9
9
strategy :
10
10
matrix :
11
- go-version : [1.20 .x]
11
+ go-version : [1.21 .x]
12
12
platform : [ubuntu-latest, macos-latest, windows-latest]
13
13
runs-on : ${{ matrix.platform }}
14
14
steps :
32
32
build-tests :
33
33
strategy :
34
34
matrix :
35
- go-version : [1.20 .x]
35
+ go-version : [1.21 .x]
36
36
platform : [ubuntu-latest]
37
37
runs-on : ${{ matrix.platform }}
38
38
steps :
Original file line number Diff line number Diff line change 1
1
module github.com/scaleway/scaleway-cli/v2
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/alecthomas/assert v1.0.0
You can’t perform that action at this time.
0 commit comments