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 Nov 17, 2022
1 parent 4c2aa4f commit c47a433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
goversion: [1.13, 1.14, 1.15]
goversion: [1.17, 1.18, 1.19]
steps:

- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: ${{matrix.goversion}}
id: go
Expand Down

0 comments on commit c47a433

Please sign in to comment.