set golang version 1.17
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Paul 2021-08-28 14:10:57 +02:00
parent ca1317d67a
commit 9c78ac6274
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ name: default-linux-amd64
steps: steps:
- name: build - name: build
image: golang image: golang:1.17
commands: commands:
- ./ci-build.sh build - ./ci-build.sh build
environment: environment:
@ -51,7 +51,7 @@ name: default-linux-arm64
steps: steps:
- name: build - name: build
image: golang image: golang:1.17
commands: commands:
- ./ci-build.sh build - ./ci-build.sh build
environment: environment:

2
go.mod
View File

@ -1,6 +1,6 @@
module git.paulbsd.com/paulbsd/g2g module git.paulbsd.com/paulbsd/g2g
go 1.16 go 1.17
require ( require (
github.com/gopherjs/gopherjs v0.0.0-20210406100015-1e088ea4ee04 // indirect github.com/gopherjs/gopherjs v0.0.0-20210406100015-1e088ea4ee04 // indirect