Skip to content

Commit

Permalink
Update to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jliebert committed Oct 4, 2024
1 parent 4366b1d commit 65bd31d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
go-version: [ 1.18, 1.x ]
go-version: [ 1.23, 1.x ]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
name: Main Process
runs-on: ubuntu-latest
env:
GO_VERSION: 1.18
GO_VERSION: 1.23
GOLANGCI_LINT_VERSION: v1.33.0
YAEGI_VERSION: v0.9.8
YAEGI_VERSION: v0.16.1
CGO_ENABLED: 0
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: lint test vendor clean

export GO118MODULE=on
export GO123MODULE=on

default: lint test

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/agence-gaya/traefik-plugin-blockuseragent

go 1.18
go 1.23

0 comments on commit 65bd31d

Please sign in to comment.