Skip to content

Commit

Permalink
CI: use Go 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Mar 16, 2022
1 parent 5f6dae6 commit cda3bd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- uses: actions/checkout@v2
with:
fetch-depth: 1
Expand All @@ -40,7 +40,7 @@ jobs:
path: _artifacts/
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Install gcc-aarch64-linux-gnu
run: |
sudo apt-get update
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.42.1
version: v1.44.2
args: --verbose
- name: Run yamllint
run: yamllint .
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- uses: actions/checkout@v2
with:
fetch-depth: 1
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand All @@ -176,7 +176,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- uses: actions/checkout@v2
with:
fetch-depth: 1
Expand All @@ -190,7 +190,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Install gcc-aarch64-linux-gnu
run: |
sudo apt-get update
Expand Down

0 comments on commit cda3bd1

Please sign in to comment.