Skip to content

Commit

Permalink
build: bump minimal go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag committed Aug 27, 2024
1 parent f257dd9 commit 2be061a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version-file: go.mod

- name: Build release assets
run: make release
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/nginx-proxy/docker-gen

go 1.21.0
go 1.22.0

require (
github.com/BurntSushi/toml v1.3.2
Expand Down

0 comments on commit 2be061a

Please sign in to comment.