We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93d271 commit e857da2Copy full SHA for e857da2
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- go: ["1.19", "1.18"]
+ go: ["1.20", "1.19"]
17
steps:
18
- name: Checkout
19
uses: actions/[email protected]
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1.19.5
+ARG GO_VERSION=1.20.1
2
ARG ALPINE_VERSION=3.17
3
ARG GOIMPORTS_VERSION=0.5.0
4
ARG DELVE_VERSION=1.20.1
go.mod
@@ -1,6 +1,6 @@
module github.com/netbox-community/go-netbox
-go 1.19
+go 1.20
5
require (
6
github.com/go-openapi/errors v0.20.2
0 commit comments