Skip to content

Commit

Permalink
Merge pull request #474 from srl-labs/go-1.16
Browse files Browse the repository at this point in the history
bump go to 1.16
  • Loading branch information
hellt authored Jun 25, 2021
2 parents ead63cf + e738936 commit 7627467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:

env:
GOVER: 1.15.8
GOVER: 1.16.5
CGO_ENABLED: 0
MKDOCS_MATERIAL_VER: 7.1.0

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
go-version: ${{ env.GOVER }}
- name: Staticcheck
run: |
go get -u honnef.co/go/tools/cmd/staticcheck
go install honnef.co/go/tools/cmd/staticcheck@latest
staticcheck ./...
docs-test:
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/srl-labs/containerlab

go 1.15
go 1.16

require (
github.com/Juniper/go-netconf v0.1.1
Expand Down
Loading

0 comments on commit 7627467

Please sign in to comment.