Skip to content

Commit 5847518

Browse files
committed
upgrade to go 1.20
1 parent 0fb5c04 commit 5847518

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
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.19'
17+
go-version: '1.20'
1818
- name: Run coverage
1919
run: go test -coverprofile=coverage.out -covermode=count ./...
2020
- name: Upload coverage to Codecov

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.19
23+
go-version: 1.20
2424

2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v4

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os-tests:
99
strategy:
1010
matrix:
11-
go-version: [1.19.x]
11+
go-version: [1.20.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.19.x]
35+
go-version: [1.20.x]
3636
platform: [ubuntu-latest]
3737
runs-on: ${{ matrix.platform }}
3838
steps:

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-and-test:
99
strategy:
1010
matrix:
11-
go-version: [1.19.x]
11+
go-version: [1.20.x]
1212
platform: [ubuntu-latest]
1313
runs-on: ${{ matrix.platform }}
1414
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/scaleway/scaleway-cli/v2
22

3-
go 1.19
3+
go 1.20
44

55
// https://github.com/buildpacks/pack/pull/1735
66
replace github.com/buildpacks/pack => github.com/quantumsheep/pack v0.30.0-pre1.0.20230505095233-37158bb223a4

0 commit comments

Comments
 (0)