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

Commit

Permalink
Version 2.1.1. (#67)
Browse files Browse the repository at this point in the history
golang 1.16 base image in the build pipeline.
  • Loading branch information
MatthewHink authored Jun 9, 2021
1 parent 15812fa commit 6ed92e1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 327 deletions.
2 changes: 1 addition & 1 deletion .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


// Include this shared CI repository to load script helpers and libraries.
library identifier: 'vapor@1.0.3', retriever: modernSCM([
library identifier: 'vapor@1.12.0', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/vapor-ware/ci-shared.git',
credentialsId: 'vio-bot-gh',
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

PLUGIN_NAME := snmp
PLUGIN_VERSION := 2.1.0
PLUGIN_VERSION := 2.1.1
IMAGE_NAME := vaporio/snmp-plugin
BIN_NAME := synse-snmp-plugin

Expand Down
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.16

require (
github.com/creasty/defaults v1.5.1 // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/gosnmp/gosnmp v1.32.0
github.com/imdario/mergo v0.3.12 // indirect
Expand All @@ -13,9 +12,8 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/vapor-ware/synse-sdk v0.1.0-alpha.0.20210413152122-9d6dea743ebb
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
google.golang.org/genproto v0.0.0-20210607140030-00d4fb20b1ae // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
golang.org/x/sys v0.0.0-20210608053332-aa57babbf139 // indirect
golang.org/x/time v0.0.0-20210608053304-ed9ce3a009e4 // indirect
google.golang.org/genproto v0.0.0-20210608205507-b6d2f5bf0d7d // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit 6ed92e1

Please sign in to comment.