Skip to content

Commit 3e3833d

Browse files
authored
Merge pull request #518 from nginx-proxy/go-1.20
build: go 1.19 -> 1.20
2 parents 902b12d + fa9ff8c commit 3e3833d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
with:
1616
fetch-depth: 1
1717

18-
- uses: actions/setup-go@v3
18+
- uses: actions/setup-go@v4
1919
with:
20-
go-version: "1.19"
20+
go-version: "1.20"
2121

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

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27-
- uses: actions/setup-go@v3
27+
- uses: actions/setup-go@v4
2828
with:
29-
go-version: "1.19"
29+
go-version: "1.20"
3030

3131
- name: Install dependencies
3232
run: make get-deps

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nginx-proxy/docker-gen
22

3-
go 1.19
3+
go 1.20
44

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

0 commit comments

Comments
 (0)