Skip to content

Commit 3b4d8a9

Browse files
committed
docker+GitHub: use Golang 1.18
1 parent a3279a2 commit 3b4d8a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# go needs absolute directories, using the $HOME variable doesn't work here.
1717
GOCACHE: /home/runner/work/go/pkg/build
1818
GOPATH: /home/runner/work/go
19-
GO_VERSION: 1.16.8
19+
GO_VERSION: 1.18.4
2020

2121
jobs:
2222
########################

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14-alpine as builder
1+
FROM golang:1.18-alpine as builder
22

33
# Install build dependencies such as git and glide.
44
RUN apk add --no-cache git gcc musl-dev

0 commit comments

Comments
 (0)