File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- uses : actions/setup-go@v3
20
20
with :
21
- go-version : ' 1.19 '
21
+ go-version : ' 1.20 '
22
22
go-version-file : ' go.mod'
23
23
cache : true
24
24
36
36
37
37
- uses : actions/setup-go@v3
38
38
with :
39
- go-version : ' 1.19 '
39
+ go-version : ' 1.20 '
40
40
go-version-file : ' go.mod'
41
41
cache : true
42
42
52
52
53
53
- uses : actions/setup-go@v3
54
54
with :
55
- go-version : ' 1.19 '
55
+ go-version : ' 1.20 '
56
56
go-version-file : ' go.mod'
57
57
cache : true
58
58
68
68
69
69
- uses : actions/setup-go@v3
70
70
with :
71
- go-version : ' 1.19 '
71
+ go-version : ' 1.20 '
72
72
go-version-file : ' go.mod'
73
73
cache : true
74
74
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG PG_VERSION=15.2
2
2
ARG PG_MAJOR_VERSION=15
3
3
ARG VERSION=custom
4
4
5
- FROM golang:1.19 as flyutil
5
+ FROM golang:1.20 as flyutil
6
6
7
7
WORKDIR /go/src/github.com/fly-examples/fly-postgres
8
8
COPY . .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG PG_VERSION=15.2
2
2
ARG PG_MAJOR_VERSION=15
3
3
ARG VERSION=custom
4
4
5
- FROM golang:1.19 as flyutil
5
+ FROM golang:1.20 as flyutil
6
6
7
7
WORKDIR /go/src/github.com/fly-examples/fly-postgres
8
8
COPY . .
Original file line number Diff line number Diff line change 1
1
module github.com/fly-apps/postgres-flex
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
require (
6
6
github.com/go-chi/chi/v5 v5.0.8
You can’t perform that action at this time.
0 commit comments