Skip to content

Commit

Permalink
remove go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Dec 22, 2024
1 parent e769163 commit 4980392
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os-version: [ 'ubuntu-latest' ]
go-version: [ '1.21', '1.22', '1.23' ]
go-version: [ '1.22', '1.23' ]
runs-on: ${{ matrix.os-version }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
go-version: ['1.21', '1.22', '1.23']
go-version: ['1.22', '1.23']

steps:
- uses: actions/checkout@v4
Expand All @@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: ['1.21', '1.22', '1.23']
go-version: ['1.22', '1.23']
goos: [linux, freebsd, darwin, windows]
exclude:
- { os: macos-latest, goos: linux }
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<p align="center">
<img src="https://goreportcard.com/badge/github.com/dmachard/go-dns-collector" alt="Go Report"/>
<img src="https://img.shields.io/badge/go%20version-min%201.21-green" alt="Go version"/>
<img src="https://img.shields.io/badge/go%20tests-521-green" alt="Go tests"/>
<img src="https://img.shields.io/badge/go%20version-min%201.22-green" alt="Go version"/>
<img src="https://img.shields.io/badge/go%20tests-527-green" alt="Go tests"/>
<img src="https://img.shields.io/badge/go%20bench-21-green" alt="Go bench"/>
<img src="https://img.shields.io/badge/go%20lines-32844-green" alt="Go lines"/>
<img src="https://img.shields.io/badge/go%20lines-33484-green" alt="Go lines"/>
</p>

<p align="center">
Expand Down

0 comments on commit 4980392

Please sign in to comment.