We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f257dd9 commit 2be061aCopy full SHA for 2be061a
.github/workflows/assets.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- uses: actions/setup-go@v5
19
with:
20
- go-version: "1.21"
+ go-version-file: go.mod
21
22
- name: Build release assets
23
run: make release
go.mod
@@ -1,6 +1,6 @@
1
module github.com/nginx-proxy/docker-gen
2
3
-go 1.21.0
+go 1.22.0
4
5
require (
6
github.com/BurntSushi/toml v1.3.2
0 commit comments