Skip to content

Commit

Permalink
Build with the Last Three Versions of Go
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiosalvatore committed Jul 5, 2022
1 parent 4079955 commit 2a53e6d
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 @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
goversion: [1.13, 1.14, 1.15]
goversion: [1.16, 1.17, 1.18]
steps:

- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
Expand Down

0 comments on commit 2a53e6d

Please sign in to comment.