77 runs-on : ubuntu-latest
88 steps :
99 - name : Check out code into the Go module directory
10- uses : actions/checkout@v3.5.3
10+ uses : actions/checkout@v4
1111 with :
1212 fetch-depth : 0 # required for new-from-rev option in .golangci.yml
1313 - name : Install specific golang
14- uses : actions/setup-go@v4.0.1
14+ uses : actions/setup-go@v5
1515 with :
16- go-version : ' 1.21.10 '
16+ go-version : ' 1.23.3 '
1717 - name : reviewdog-golangci-lint
18- uses : reviewdog/action-golangci-lint@v2.6.1
18+ uses : reviewdog/action-golangci-lint@v2.6.2
1919 with :
2020 go_version_file : go.mod
21- golangci_lint_version : " v1.58 .0"
21+ golangci_lint_version : " v1.62 .0"
2222 golangci_lint_flags : " -c .golangci.yml --allow-parallel-runners"
2323 reporter : " github-pr-check"
2424 tool_name : " Lint Errors"
@@ -30,18 +30,18 @@ jobs:
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Check out code into the Go module directory
33- uses : actions/checkout@v3.5.3
33+ uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 0 # required for new-from-rev option in .golangci.yml
3636 - name : Install specific golang
37- uses : actions/setup-go@v4.0.1
37+ uses : actions/setup-go@v5
3838 with :
39- go-version : ' 1.21.10 '
39+ go-version : ' 1.23.3 '
4040 - name : reviewdog-golangci-lint
41- uses : reviewdog/action-golangci-lint@v2.6.1
41+ uses : reviewdog/action-golangci-lint@v2.6.2
4242 with :
4343 go_version_file : go.mod
44- golangci_lint_version : " v1.58 .0"
44+ golangci_lint_version : " v1.62 .0"
4545 golangci_lint_flags : " -c .golangci-warnings.yml --allow-parallel-runners"
4646 reporter : " github-pr-check"
4747 tool_name : " Lint Warnings"
0 commit comments