Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinckm committed Dec 1, 2023
1 parent be20fa8 commit 0ca2d68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.20.0
- name: Set up Go 1.21.4
uses: actions/setup-go@v2
with:
go-version: 1.20.0
go-version: 1.21.4

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand All @@ -31,10 +31,10 @@ jobs:

- name: Test
run: make test

- name: Lint
run: make lint

- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit 0ca2d68

Please sign in to comment.