Skip to content

Commit

Permalink
Merge pull request #73 from coreosbot-releng/repo-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon authored Nov 6, 2024
2 parents c4c02e5 + fbd1657 commit b702ceb
Show file tree
Hide file tree
Showing 2 changed files with 6 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.20.x, 1.21.x]
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest]
include:
- go-version: 1.21.x
- go-version: 1.23.x
os: macos-latest
- go-version: 1.21.x
- go-version: 1.23.x
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -47,5 +47,5 @@ jobs:
uses: golangci/golangci-lint-action@v3
if: runner.os == 'Linux'
with:
version: v1.52.2
version: v1.61.0
args: -E=gofmt --timeout=30m0s
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Changes:

- Bump minimum supported Go version to 1.22

## stream-metadata-go 0.4.4 (2023-11-28)

Changes:
Expand Down

0 comments on commit b702ceb

Please sign in to comment.