File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
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.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
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.19
23+ go-version : 1.20
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.19 .x]
11+ go-version : [1.20 .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.19 .x]
35+ go-version : [1.20 .x]
3636 platform : [ubuntu-latest]
3737 runs-on : ${{ matrix.platform }}
3838 steps :
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 1- FROM golang:1.19 -alpine3.16 as builder
1+ FROM golang:1.20 -alpine3.16 as builder
22
33ENV BUILD_IN_DOCKER true
44ARG VERSION
Original file line number Diff line number Diff line change 11module github.com/scaleway/scaleway-cli/v2
22
3- go 1.19
3+ go 1.20
44
55// https://github.com/buildpacks/pack/pull/1735
66replace github.com/buildpacks/pack => github.com/quantumsheep/pack v0.30.0-pre1.0.20230505095233-37158bb223a4
You can’t perform that action at this time.
0 commit comments