Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 3d20726

Browse files
authored
Merge pull request #44 from nxt-engineering/go1.19
Update to go 1.19
2 parents 064d9c7 + 7c35a83 commit 3d20726

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
env:
1818
# Go language version to use for building. This value should also be updated
1919
# in the testing workflow if changed.
20-
GO_VERSION: '1.18'
20+
GO_VERSION: '1.19'
2121

2222
jobs:
2323
goreleaser:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
env:
2020
# Go language version to use for building. This value should also be updated
2121
# in the release workflow if changed.
22-
GO_VERSION: '1.17'
22+
GO_VERSION: '1.19'
2323

2424
jobs:
2525
# Ensure project builds before running testing matrix

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nxt-engineering/terraform-provider-publicip
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/hashicorp/terraform-plugin-docs v0.13.0

0 commit comments

Comments
 (0)