Skip to content

Commit e857da2

Browse files
committed
Update Go to 1.20.
1 parent c93d271 commit e857da2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go: ["1.19", "1.18"]
16+
go: ["1.20", "1.19"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/[email protected]

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.19.5
1+
ARG GO_VERSION=1.20.1
22
ARG ALPINE_VERSION=3.17
33
ARG GOIMPORTS_VERSION=0.5.0
44
ARG DELVE_VERSION=1.20.1

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/netbox-community/go-netbox
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/go-openapi/errors v0.20.2

0 commit comments

Comments
 (0)