Skip to content

Commit 9d076c3

Browse files
Mia-Crossremyleonequantumsheep
authored
chore: upgrade to go 1.20 (#3147)
Co-authored-by: Rémy Léone <rleone@scaleway.com> Co-authored-by: Nathanael Demacon <ndemacon@scaleway.com>
1 parent 04f9e18 commit 9d076c3

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19-alpine3.16 as builder
1+
FROM golang:1.20-alpine3.16 as builder
22

33
ENV BUILD_IN_DOCKER true
44
ARG VERSION

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)