Skip to content

Commit 8840b69

Browse files
Update go version to 1.20 (#165)
1 parent c00a7b0 commit 8840b69

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,6 +1,6 @@
11
language: go
22
go:
3-
- 1.18
3+
- 1.20
44

55
before_install:
66
- go install github.com/mattn/goveralls@latest

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the traceroute-caller binary.
2-
FROM golang:1.18 as build_caller
2+
FROM golang:1.20 as build_caller
33
ADD . /go/src/github.com/m-lab/traceroute-caller
44
RUN rm /go/src/github.com/m-lab/traceroute-caller/Dockerfile
55
ENV CGO_ENABLED 0

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/traceroute-caller
22

3-
go 1.18
3+
go 1.20
44

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

0 commit comments

Comments
 (0)