Skip to content

Commit

Permalink
Merge pull request #203 from compscidr/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.20.0
  • Loading branch information
compscidr committed Feb 4, 2023
2 parents 5762778 + 7e7e016 commit b62d1cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.19.5
- name: Set up Go 1.20.0
uses: actions/setup-go@v3
with:
go-version: 1.19.5
go-version: 1.20.0
id: go

- name: Check out code into the Go module directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.19.5
- name: Set up Go 1.20.0
uses: actions/setup-go@v3
with:
go-version: 1.19.5
go-version: 1.20.0
id: go

- name: Check out code into the Go module directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-untagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.19.5
- name: Set up Go 1.20.0
uses: actions/setup-go@v3
with:
go-version: 1.19.5
go-version: 1.20.0
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Start from a Debian image with the latest version of Go installed
# and a workspace (GOPATH) configured at /go.
FROM golang:1.19.5
FROM golang:1.20.0

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

0 comments on commit b62d1cd

Please sign in to comment.