Skip to content

Commit

Permalink
chore: bump to Go v1.20.1 to gain errors.Join
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Feb 24, 2023
1 parent ee65513 commit c022bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.20.1

- name: Test
run: go test -v ./...

0 comments on commit c022bc0

Please sign in to comment.