Skip to content

Commit

Permalink
patch: go builders for go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
troyxmccall committed Jun 22, 2024
1 parent 64d73b5 commit ee9cd96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.17
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: ^1.17
go-version: ^1.22

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.22

- name: Build
run: go build -v ./...
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/madebymode/traefik-modsecurity-plugin

go 1.22.4
go 1.22

require github.com/stretchr/testify v1.9.0

Expand Down

0 comments on commit ee9cd96

Please sign in to comment.