Skip to content

Commit 8c40ac6

Browse files
Updated linter version to 1.54.2 (#394)
* Updated linter version to 1.54.2 Signed-off-by: Tanner Jones <alltechguyblog@gmail.com> * Updated CHANGELOG.md Signed-off-by: Tanner Jones <alltechguyblog@gmail.com> * Updated CHANGELOG.md Signed-off-by: Tanner Jones <alltechguyblog@gmail.com> * Updated CHANGELOG.md - moved linter update to Dependencies Bumps Signed-off-by: Tanner Jones <alltechguyblog@gmail.com> --------- Signed-off-by: Tanner Jones <alltechguyblog@gmail.com> Signed-off-by: Daniel (dB.) Doubrovkine <dblock@dblock.org> Co-authored-by: Daniel (dB.) Doubrovkine <dblock@dblock.org>
1 parent 5b040f0 commit 8c40ac6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v3
1919
with:
20-
version: v1.53.3
20+
version: v1.54.2
2121
args: -v -c .golangci.yml
2222
only-new-issues: true
2323

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1111
- Bumps `github.com/aws/aws-sdk-go-v2/config` from 1.18.8 to 1.18.44
1212
- Bumps `github.com/stretchr/testify` from 1.8.1 to 1.8.4
1313
- Bumps `golang.org/x/net` from 0.7.0 to 0.17.0
14+
- Bumps `github.com/golangci/golangci-lint-action` from 1.53.3 to 1.54.2
1415

1516
### Added
1617

0 commit comments

Comments
 (0)