File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change
1
+ kind : NOTES
2
+ body : ' all: This release introduces no functional changes. It does however include
3
+ dependency updates which address upstream CVEs.'
4
+ time : 2024-09-10T07:34:47.671425-04:00
5
+ custom :
6
+ Issue : " 366"
Original file line number Diff line number Diff line change @@ -21,16 +21,12 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
timeout-minutes : 5
23
23
24
- strategy :
25
- matrix :
26
- go-version : [ '1.21', '1.22' ]
27
-
28
24
steps :
29
25
30
26
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31
27
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
32
28
with :
33
- go-version : ${{ matrix.go-version }}
29
+ go-version-file : ' go.mod '
34
30
35
31
- name : Run linters
36
32
uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ linters:
12
12
- godot
13
13
- gofmt
14
14
- gosimple
15
+ - govet
15
16
- ineffassign
16
17
- makezero
17
18
- misspell
@@ -22,7 +23,6 @@ linters:
22
23
- unconvert
23
24
- unparam
24
25
- unused
25
- - vet
26
26
27
27
run :
28
28
# Prevent false positive timeouts in CI
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The Null provider is a rather-unusual provider that has constructs that intentio
5
5
## Requirements
6
6
7
7
* [ Terraform] ( https://www.terraform.io/downloads )
8
- * [ Go] ( https://go.dev/doc/install ) (1.21 )
8
+ * [ Go] ( https://go.dev/doc/install ) (1.22 )
9
9
* [ GNU Make] ( https://www.gnu.org/software/make/ )
10
10
* [ golangci-lint] ( https://golangci-lint.run/usage/install/#local-installation ) (optional)
11
11
Original file line number Diff line number Diff line change 1
1
module github.com/terraform-providers/terraform-provider-null
2
2
3
- go 1.21
4
-
5
- toolchain go1.21.6
3
+ go 1.22.7
6
4
7
5
require (
8
6
github.com/hashicorp/terraform-plugin-framework v1.11.0
Original file line number Diff line number Diff line change 1
1
module tools
2
2
3
- go 1.21
3
+ go 1.22.7
4
4
5
5
require (
6
6
github.com/hashicorp/copywrite v0.19.0
You can’t perform that action at this time.
0 commit comments