Skip to content

Commit d24f686

Browse files
authored
chore: bump go to 1.21 (#3714)
1 parent 24a855b commit d24f686

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/unit-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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:
@@ -32,7 +32,7 @@ jobs:
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:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/scaleway/scaleway-cli/v2
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/alecthomas/assert v1.0.0

0 commit comments

Comments
 (0)