Skip to content

Commit b62d1cd

Browse files
authored
Merge pull request #203 from compscidr/renovate/golang-1.x
Update golang Docker tag to v1.20.0
2 parents 5762778 + 7e7e016 commit b62d1cd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414

15-
- name: Set up Go 1.19.5
15+
- name: Set up Go 1.20.0
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: 1.19.5
18+
go-version: 1.20.0
1919
id: go
2020

2121
- name: Check out code into the Go module directory

.github/workflows/release-tagged.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414

15-
- name: Set up Go 1.19.5
15+
- name: Set up Go 1.20.0
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: 1.19.5
18+
go-version: 1.20.0
1919
id: go
2020

2121
- name: Check out code into the Go module directory

.github/workflows/release-untagged.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414

15-
- name: Set up Go 1.19.5
15+
- name: Set up Go 1.20.0
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: 1.19.5
18+
go-version: 1.20.0
1919
id: go
2020

2121
- name: Check out code into the Go module directory

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Start from a Debian image with the latest version of Go installed
22
# and a workspace (GOPATH) configured at /go.
3-
FROM golang:1.19.5
3+
FROM golang:1.20.0
44

55
# Copy the local package files to the container's workspace.
66
ADD . /go/src/github.com/compscidr/goblog/

0 commit comments

Comments
 (0)