Skip to content

Commit

Permalink
chore(deps): update to go 1.23.x
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Sep 6, 2024
1 parent 4ae1ae3 commit 3ceea1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
go-version: [1.22.x]
go-version: [1.23.x]

steps:
- name: Checkout repository
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
strategy:
max-parallel: 4
matrix:
go-version: [1.22.x]
golangci-lint-version: [v1.59.1]
go-version: [1.23.x]
golangci-lint-version: [v1.60.3]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
go-version: [1.22.x]
go-version: [1.23.x]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
go-version: [1.22.x]
go-version: [1.23.x]

steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/muhlba91/external-dns-provider-adguard

go 1.22.2
go 1.23.0

toolchain go1.22.6
toolchain go1.23.1

require (
github.com/caarlos0/env/v10 v10.0.0
Expand Down

0 comments on commit 3ceea1c

Please sign in to comment.