Skip to content

Commit

Permalink
Sync repo templates ⚙
Browse files Browse the repository at this point in the history
  • Loading branch information
coreosbot committed Nov 1, 2023
1 parent 4996e45 commit f57e987
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 @@ -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 Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.21.x
- name: Regenerate
run: ./generate
- name: Check whether generated output is current
Expand Down

0 comments on commit f57e987

Please sign in to comment.