Skip to content

Commit

Permalink
ci: update Go and staticcheck versions
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Nov 10, 2024
1 parent 91ad4fb commit f52dc91
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dominikh/[email protected]
with:
version: "2023.1.6"
- uses: dominikh/[email protected]

list:
runs-on: ubuntu-latest
Expand All @@ -31,10 +29,10 @@ jobs:
import os
go = [
# Keep the most recent production release at the top
'1.22',
'1.23',
# Older production releases
'1.22',
'1.21',
'1.20',
]
mysql = [
'9.0',
Expand Down

0 comments on commit f52dc91

Please sign in to comment.