Skip to content

Commit

Permalink
Update github actions to remove 1.18 and add 1.20 and 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
justinruggles committed Oct 26, 2023
1 parent ed66e78 commit e868797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
goversion: [1.18, 1.19]
goversion: ["1.19", "1.20", "1.21"]
steps:
- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
uses: actions/setup-go@v3
Expand Down

0 comments on commit e868797

Please sign in to comment.