We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00a7b0 commit 8840b69Copy full SHA for 8840b69
.travis.yml
@@ -1,6 +1,6 @@
1
language: go
2
go:
3
-- 1.18
+- 1.20
4
5
before_install:
6
- go install github.com/mattn/goveralls@latest
Dockerfile
@@ -1,5 +1,5 @@
# Build the traceroute-caller binary.
-FROM golang:1.18 as build_caller
+FROM golang:1.20 as build_caller
ADD . /go/src/github.com/m-lab/traceroute-caller
RUN rm /go/src/github.com/m-lab/traceroute-caller/Dockerfile
ENV CGO_ENABLED 0
go.mod
module github.com/m-lab/traceroute-caller
-go 1.18
+go 1.20
require (
github.com/go-test/deep v1.0.7
0 commit comments