Skip to content

Commit

Permalink
Fix GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLieutenant committed Feb 27, 2024
1 parent 6080ecf commit 89b949a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: ['1.20']
go: [ '1.21', '1.22' ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 89b949a

Please sign in to comment.