Skip to content

Commit e40227a

Browse files
authored
update changelog (#44)
* update changelog * remove exportloopref - https://github.com/kyoh86/exportloopref > As of Go 1.22, this problem no longer occurs and fixed by Go team, see [here](https://go.dev/blog/loopvar-preview) * fix golangci-lint version: 1.64.2
1 parent 59b7d05 commit e40227a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- run: go mod download
3131
- run: go build -v .
3232
- name: Run linters
33-
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
33+
uses: golangci/golangci-lint-action@v6
3434
with:
35-
version: latest
35+
version: v1.64.2
3636

3737
generate:
3838
runs-on: ubuntu-latest

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ linters:
99
enable:
1010
- durationcheck
1111
- errcheck
12-
- exportloopref
1312
- forcetypeassert
1413
- godot
1514
- gofmt

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.7.0
2+
FEATURES:
3+
- Added `snowflake` input in `trocco_job_definition` resource.
4+
- Added `s3` type for `trocco_connection` resource.
5+
16
## 0.6.0
27
FEATURES:
38
- Added `resource_group` resource.

0 commit comments

Comments
 (0)