Skip to content

Commit

Permalink
Fix out-of-date workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaaaaaaaa authored Jun 26, 2024
1 parent 07e5d0e commit 7dd529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.17, 1.12]
go-version: [stable, oldstable]
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
Expand Down

0 comments on commit 7dd529a

Please sign in to comment.