Skip to content

Commit

Permalink
let go mod tidy update the Go version and toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Nov 12, 2024
1 parent 22dbd1a commit 6e36535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version: '>= 1.22.9'
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/silinternational/auth-proxy

go 1.22
go 1.22.0

toolchain go1.23.2

require (
github.com/caddyserver/caddy/v2 v2.8.4
Expand Down

0 comments on commit 6e36535

Please sign in to comment.