Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
markus621 committed Jan 7, 2025
1 parent e2fa7b9 commit f17b10c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]
go: [ '1.22.10' ]
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ linters:
- errorlint
- bodyclose
- exportloopref
- gci
# - gci
- gosec
- lll
fast: false
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.osspkg.com/network

go 1.22.5
go 1.22.10

require (
github.com/quic-go/quic-go v0.48.2
Expand Down

0 comments on commit f17b10c

Please sign in to comment.