Skip to content

Commit

Permalink
Run build on the latest Go version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Aug 10, 2023
1 parent 82eea75 commit abd955e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.21.x

- name: Install tools
run: |
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
test:
strategy:
matrix:
go: ['1.18', '1.19']
go: ['1.21']
name: test @ Go ${{ matrix.go }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit abd955e

Please sign in to comment.