Skip to content

Commit

Permalink
use Go 1.18 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe authored Apr 1, 2022
1 parent 4fd729c commit 3e304a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
git config --global core.autocrlf false
- name: "Fetch source code"
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Go test
run: |
go test ./...
Expand All @@ -40,6 +44,10 @@ jobs:
steps:
- name: "Fetch source code"
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: "Check vet"
run: |
go vet ./...
Expand Down

0 comments on commit 3e304a4

Please sign in to comment.