Skip to content

Commit

Permalink
update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahvita committed Oct 24, 2023
1 parent 3ff139b commit 6292da8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go-version: [1.19, "1.20"]
go-version: [1.20, 1.21]
steps:
- uses: actions/checkout@v2

Expand All @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go-version: [1.15, 1.16, 1.17, 1.18]
go-version: [1.15, 1.16, 1.17, 1.18, 1.19]
exclude:
- os: macos-latest
go-version: 1.15
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
go-version: [1.19, "1.20"]
go-version: [1.20, 1.21]
env:
EACHMODULE_SKIP: "internal\\repotools\\changes"
steps:
Expand All @@ -103,7 +103,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
go-version: [1.15, 1.16, 1.17, 1.18]
go-version: [1.15, 1.16, 1.17, 1.18, 1.19]
env:
EACHMODULE_SKIP: "internal\\repotools\\changes"
steps:
Expand Down

0 comments on commit 6292da8

Please sign in to comment.