Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Update Go version to 1.16 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Mar 15, 2021
1 parent 884f07f commit 5359d09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
DOCKER_BUILDKIT: 1
GOLANG_VERSION: 1.15
GOLANG_VERSION: 1.16

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:
env:
FOSSA_VER: 1.1.3
FOSSA_URL: https://github.com/fossas/fossa-cli/releases/download
GOLANG_VERSION: 1.15
GOLANG_VERSION: 1.16

jobs:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DOCKER_RUN = docker run --rm -v $(shell pwd):/go/src/github.com/nginxinc/nginx-n
DOCKER_BUILD_RUN = docker run --rm -v $(shell pwd):/go/src/github.com/nginxinc/nginx-ns1-gslb -w /go/src/github.com/nginxinc/nginx-ns1-gslb/cmd/agent/
BUILD_IN_CONTAINER = 1
DOCKERFILEPATH = build
GOLANG_CONTAINER = golang:1.15
GOLANG_CONTAINER = golang:1.16
CONFIG_FILE=configs/example_global.yaml

nginx-ns1-gslb:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nginxinc/nginx-ns1-gslb

go 1.15
go 1.16

require (
github.com/nginxinc/nginx-plus-go-sdk v0.8.0
Expand Down

0 comments on commit 5359d09

Please sign in to comment.