We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db32f05 commit 141a142Copy full SHA for 141a142
.travis.yml
@@ -1,7 +1,7 @@
1
language: go
2
3
go:
4
-- 1.18
+- 1.20
5
6
install:
7
- go get -v -t ./...
Dockerfile
@@ -1,5 +1,5 @@
# Build uuid-annotator
-FROM golang:1.18 as build
+FROM golang:1.20 as build
COPY . /go/src/github.com/m-lab/uuid-annotator
WORKDIR /go/src/github.com/m-lab/uuid-annotator
RUN go get -v . && \
go.mod
@@ -1,6 +1,6 @@
module github.com/m-lab/uuid-annotator
-go 1.18
+go 1.20
require (
github.com/go-test/deep v1.0.6
0 commit comments