Skip to content

Commit

Permalink
update workflow go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Jan 4, 2024
1 parent faa3507 commit b7751ad
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 @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest , macos-latest, windows-latest ]
go-version: [ '1.19', '1.20' ]
go-version: [ '1.20', '1.21' ]
steps:
- name: Configure git
run: git config --global core.autocrlf false # required on Windows
Expand Down

0 comments on commit b7751ad

Please sign in to comment.