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 @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
15
- - name : Set up Go 1.19.5
15
+ - name : Set up Go 1.20.0
16
16
uses : actions/setup-go@v3
17
17
with :
18
- go-version : 1.19.5
18
+ go-version : 1.20.0
19
19
id : go
20
20
21
21
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
15
- - name : Set up Go 1.19.5
15
+ - name : Set up Go 1.20.0
16
16
uses : actions/setup-go@v3
17
17
with :
18
- go-version : 1.19.5
18
+ go-version : 1.20.0
19
19
id : go
20
20
21
21
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
15
- - name : Set up Go 1.19.5
15
+ - name : Set up Go 1.20.0
16
16
uses : actions/setup-go@v3
17
17
with :
18
- go-version : 1.19.5
18
+ go-version : 1.20.0
19
19
id : go
20
20
21
21
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 1
1
# Start from a Debian image with the latest version of Go installed
2
2
# and a workspace (GOPATH) configured at /go.
3
- FROM golang:1.19.5
3
+ FROM golang:1.20.0
4
4
5
5
# Copy the local package files to the container's workspace.
6
6
ADD . /go/src/github.com/compscidr/goblog/
You can’t perform that action at this time.
0 commit comments