Skip to content

Commit 141a142

Browse files
Update go version to 1.20 (#58)
1 parent db32f05 commit 141a142

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22

33
go:
4-
- 1.18
4+
- 1.20
55

66
install:
77
- go get -v -t ./...

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build uuid-annotator
2-
FROM golang:1.18 as build
2+
FROM golang:1.20 as build
33
COPY . /go/src/github.com/m-lab/uuid-annotator
44
WORKDIR /go/src/github.com/m-lab/uuid-annotator
55
RUN go get -v . && \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/m-lab/uuid-annotator
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/go-test/deep v1.0.6

0 commit comments

Comments
 (0)