Skip to content

Commit

Permalink
Merge pull request #70 from coreosbot-releng/repo-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon authored Nov 2, 2023
2 parents c32d9d0 + e2dcc37 commit 347279c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
name: Test
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x]
go-version: [1.20.x, 1.21.x]
os: [ubuntu-latest]
include:
- go-version: 1.20.x
- go-version: 1.21.x
os: macos-latest
- go-version: 1.20.x
- go-version: 1.21.x
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 347279c

Please sign in to comment.