Skip to content

Commit f1a3f11

Browse files
authored
Merge pull request #540 from cybertec-postgresql/bump-go-1.20
[+] bump Go version to v1.20
2 parents 37014c4 + 799c69a commit f1a3f11

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Golang
3434
uses: actions/setup-go@v3
3535
with:
36-
go-version: '1.19'
36+
go-version: '1.20'
3737

3838
- name: Test
3939
run: go test -v -p 1 -parallel 1 -failfast ./...
@@ -80,7 +80,7 @@ jobs:
8080
- name: Set up Golang
8181
uses: actions/setup-go@v3
8282
with:
83-
go-version: '1.19'
83+
go-version: '1.20'
8484

8585
- name: Test
8686
run: go test -v -p 1 -parallel 1 -failfast ./...
@@ -113,7 +113,7 @@ jobs:
113113
- name: Set up Golang
114114
uses: actions/setup-go@v3
115115
with:
116-
go-version: '1.19'
116+
go-version: '1.20'
117117

118118
- name: Get dependencies
119119
run: |

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Golang
2525
uses: actions/setup-go@v3
2626
with:
27-
go-version: '1.19'
27+
go-version: '1.20'
2828

2929
# despite the fact docker will build binary internally
3030
# we want to stop workflow in case of any error before pushing to registry

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Golang
1515
uses: actions/setup-go@v3
1616
with:
17-
go-version: '1.19'
17+
go-version: '1.20'
1818

1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cybertec-postgresql/pg_timetable
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/cavaliercoder/grab v2.0.0+incompatible

0 commit comments

Comments
 (0)