Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GoliathLabs committed Apr 27, 2024
1 parent 693bc54 commit 01584fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs: # Docs: <https://git.io/JvxXE>
with: {fetch-depth: 0}
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.22'
cache: false

- name: Run linter
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20', '1.21' ]
go: [ '1.21', '1.22' ]
name: Go ${{ matrix.go }} tests
steps:
- name: Checkout
Expand Down

0 comments on commit 01584fb

Please sign in to comment.