Skip to content

Commit

Permalink
Upgrade GitHub CI to Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarena committed Aug 30, 2023
1 parent d147129 commit 38d89cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.20

- name: Update packages list
run: sudo apt-get update
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.20
- uses: actions/cache@v3
with:
path: |
Expand All @@ -75,7 +75,7 @@ jobs:
- uses: zencargo/github-action-go-mod-tidy@v1
with:
path: .
go-version: 1.18
go-version: 1.20

test:
runs-on: ubuntu-latest
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.20
- name: Set up Cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 38d89cd

Please sign in to comment.