Skip to content

Commit

Permalink
💚 ⬆️ Updating Go Versions
Browse files Browse the repository at this point in the history
Updating to newer versions of Go.

Signed-off-by: Geoffrey Wiseman <[email protected]>
  • Loading branch information
geoffreywiseman committed Nov 27, 2024
1 parent 798ac64 commit 13df1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x, 1.21.x]
go-version: ['stable', 'oldstable']
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 13df1ef

Please sign in to comment.