Skip to content

Commit aa17adf

Browse files
Bump the gh-dependency group in /.github/workflows with 2 updates
Bumps the gh-dependency group in /.github/workflows with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/setup-go` from 4 to 5 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) Updates `golangci/golangci-lint-action` from 7 to 8 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...v8) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-dependency - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-dependency ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36e4580 commit aa17adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Setup Go
24-
uses: actions/setup-go@v4
24+
uses: actions/setup-go@v5
2525
with:
2626
go-version: 1.22.x
2727
cache-dependency-path: "go.sum"
2828

2929
- name: golangci-lint
30-
uses: golangci/golangci-lint-action@v7
30+
uses: golangci/golangci-lint-action@v8
3131
with:
3232
version: v2.0.2
3333
args: --config .golangci.yml

0 commit comments

Comments
 (0)