We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902b12d commit fa9ff8cCopy full SHA for fa9ff8c
.github/workflows/assets.yml
@@ -15,9 +15,9 @@ jobs:
15
with:
16
fetch-depth: 1
17
18
- - uses: actions/setup-go@v3
+ - uses: actions/setup-go@v4
19
20
- go-version: "1.19"
+ go-version: "1.20"
21
22
- name: Build release assets
23
run: make release
.github/workflows/tests.yml
@@ -24,9 +24,9 @@ jobs:
24
25
fetch-depth: 0
26
27
28
29
30
31
- name: Install dependencies
32
run: make get-deps
go.mod
@@ -1,6 +1,6 @@
1
module github.com/nginx-proxy/docker-gen
2
3
-go 1.19
+go 1.20
4
5
require (
6
github.com/BurntSushi/toml v1.2.1
0 commit comments