Skip to content

Commit b21744d

Browse files
committed
ci: use go v1.18
1 parent 7ad242a commit b21744d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: Set up Go 1.16
14+
- name: Set up Go 1.18
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: ^1.16
17+
go-version: ^1.18
1818
id: go
1919

2020
- name: Check out code into the Go module directory

.github/workflows/test_push_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
name: Run test suite
77
runs-on: ubuntu-latest
88
steps:
9-
- name: Set up Go 1.16
9+
- name: Set up Go 1.18
1010
uses: actions/setup-go@v2
1111
with:
12-
go-version: ^1.16
12+
go-version: ^1.18
1313

1414
- name: Check out source code
1515
uses: actions/checkout@v2

0 commit comments

Comments
 (0)