Skip to content

Commit 9a56672

Browse files
authored
Bump go version to 1.20 (#158)
1 parent 892068d commit 9a56672

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v3
2020
with:
21-
go-version: '1.19'
21+
go-version: '1.20'
2222
go-version-file: 'go.mod'
2323
cache: true
2424

@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-go@v3
3838
with:
39-
go-version: '1.19'
39+
go-version: '1.20'
4040
go-version-file: 'go.mod'
4141
cache: true
4242

@@ -52,7 +52,7 @@ jobs:
5252

5353
- uses: actions/setup-go@v3
5454
with:
55-
go-version: '1.19'
55+
go-version: '1.20'
5656
go-version-file: 'go.mod'
5757
cache: true
5858

@@ -68,7 +68,7 @@ jobs:
6868

6969
- uses: actions/setup-go@v3
7070
with:
71-
go-version: '1.19'
71+
go-version: '1.20'
7272
go-version-file: 'go.mod'
7373
cache: true
7474

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PG_VERSION=15.2
22
ARG PG_MAJOR_VERSION=15
33
ARG VERSION=custom
44

5-
FROM golang:1.19 as flyutil
5+
FROM golang:1.20 as flyutil
66

77
WORKDIR /go/src/github.com/fly-examples/fly-postgres
88
COPY . .

Dockerfile-timescaledb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PG_VERSION=15.2
22
ARG PG_MAJOR_VERSION=15
33
ARG VERSION=custom
44

5-
FROM golang:1.19 as flyutil
5+
FROM golang:1.20 as flyutil
66

77
WORKDIR /go/src/github.com/fly-examples/fly-postgres
88
COPY . .

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fly-apps/postgres-flex
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/go-chi/chi/v5 v5.0.8

0 commit comments

Comments
 (0)