- Travis update to latest two revisions (1.16.9, 1.17.2) - Drone update to latest Go revision (1.17.2) - Alpine docker update from 1.14-3.11 --> 1.17-3.14
@@ -17,7 +17,7 @@ steps:
memory: 100MiB
- name: test
- image: golang:1.16.7
+ image: golang:1.17.2
volumes:
- name: cache
path: /go
@@ -35,7 +35,7 @@ steps:
memory: 512MiB
- name: goreleaser
resources:
requests:
cpu: 4000
@@ -116,7 +116,7 @@ name: publish-production
steps:
- name: download
commands:
- ./scripts/download-release ${DRONE_BUILD_PARENT} dist/
@@ -128,7 +128,7 @@ steps:
memory: 256MiB
- name: fury-publish
cpu: 250
@@ -3,8 +3,8 @@ language: go
go_import_path: github.com/abh/geodns
go:
- - "1.12.3"
- - "1.13.4"
+ - "1.16.9"
+ - "1.17.2"
- tip
before_install:
@@ -1,4 +1,4 @@
-FROM golang:1.14-alpine3.11 as build
+FROM golang:1.17-alpine3.14 as build
RUN apk add --no-cache git tar