Skip to content

Commit

Permalink
Merge pull request #725 from tdakkota/ci/bump-go-to-1.18
Browse files Browse the repository at this point in the history
ci: bump Go version to 1.18
  • Loading branch information
tdakkota committed Mar 16, 2022
2 parents 7069fe2 + 2c63974 commit fbae174
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

- name: Get Go environment
id: go-env
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
flags: [""]
go:
- 1.17
- 1.18
arch:
- amd64
runner:
Expand All @@ -24,14 +24,11 @@ jobs:
include:
- arch: 386
runner: ubuntu-latest
go: 1.17
go: 1.18
- arch: amd64
go: 1.17
go: 1.18
runner: [self-hosted, linux, x64]
flags: "-race"
- arch: amd64
runner: ubuntu-latest
go: 1.18.0-rc.1
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

- name: Get Go environment
id: go-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

# Note that we deliberately don’t restore GOCACHE.
# That is, we must not cache e2e test results.
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
with:
version: latest
args: --timeout 10m
skip-go-installation: true

# Check if there are any dirty changes after go mod tidy
mod:
Expand All @@ -59,7 +58,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

- name: Get Go environment
id: go-env
Expand Down Expand Up @@ -89,7 +88,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

- name: Get Go environment
id: go-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

- name: List dependencies
run: go list -json -m all > go.list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18

- name: Get Go environment
id: go-env
Expand Down

0 comments on commit fbae174

Please sign in to comment.