Skip to content

Commit

Permalink
Update GitHub Actions for Go 1.19
Browse files Browse the repository at this point in the history
Update GitHub Actions for Go 1.19
  • Loading branch information
skmcgrail committed Sep 21, 2022
1 parent b102749 commit 0d361f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.18, 1.17]
go-version: [1.19, 1.18]
steps:
- uses: actions/checkout@v2

Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: [1.16, 1.15]
go-version: [1.17, 1.16, 1.15]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 0d361f4

Please sign in to comment.