Skip to content

Commit

Permalink
go min to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Dec 22, 2024
1 parent 9024d8f commit d6eeadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
os-version: [ 'ubuntu-24.04' ]
go-version: [ '1.21', '1.22', '1.23' ]
go-version: [ '1.22', '1.23' ]
package:
- '.'
- 'pkgconfig'
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dmachard/go-dnscollector

go 1.22.0
go 1.22

toolchain go1.23.0

Expand Down

0 comments on commit d6eeadb

Please sign in to comment.