Skip to content

Commit 2be061a

Browse files
committed
build: bump minimal go version to 1.22
1 parent f257dd9 commit 2be061a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: "1.21"
20+
go-version-file: go.mod
2121

2222
- name: Build release assets
2323
run: make release

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nginx-proxy/docker-gen
22

3-
go 1.21.0
3+
go 1.22.0
44

55
require (
66
github.com/BurntSushi/toml v1.3.2

0 commit comments

Comments
 (0)