Skip to content

Commit

Permalink
Merge pull request #16 from jcchavezs/go_121
Browse files Browse the repository at this point in the history
ci: adds newest golang versions
  • Loading branch information
jcchavezs committed Sep 14, 2023
2 parents e0ba097 + f5d8218 commit 571fdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: ["1.13", "1.14", "1.15", "1.16", "1.17"]
go: ["1.13", "1.14", "1.15", "1.16", "1.17", "1.18", "1.19", "1.20", "1.21"]
steps:
# Set fetch-depth: 0 to fetch commit history and tags for use in version calculation
- name: Check out code
Expand Down

0 comments on commit 571fdb7

Please sign in to comment.