Skip to content

Commit

Permalink
Update to golang 1.20.3 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygabby authored Apr 12, 2023
1 parent 27688f9 commit cf2d5cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.2
go-version: 1.20.3

- name: Install cover
run: go install golang.org/x/tools/cmd/cover@latest
Expand Down
2 changes: 1 addition & 1 deletion docker/ct-malformed/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.2-alpine as builder
FROM golang:1.20.3-alpine as builder

RUN apk --update upgrade \
&& apk --no-cache --no-progress add git bash curl \
Expand Down
2 changes: 1 addition & 1 deletion docker/ct-test-srv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.2-alpine as builder
FROM golang:1.20.3-alpine as builder

RUN apk --update upgrade \
&& apk --no-cache --no-progress add git bash curl \
Expand Down
2 changes: 1 addition & 1 deletion docker/ct-woodpecker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.2-alpine as builder
FROM golang:1.20.3-alpine as builder

RUN apk --update upgrade \
&& apk --no-cache --no-progress add git bash curl build-base \
Expand Down

0 comments on commit cf2d5cd

Please sign in to comment.