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 Aug 17, 2022
1 parent 4079955 commit f1fb3d2
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.16, 1.17, 1.18]
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 f1fb3d2

Please sign in to comment.