File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - name : Set up Go
18- uses : actions/setup-go@v5
18+ uses : actions/setup-go@v6
1919 with :
2020 go-version-file : " go.mod"
21- cache : true
2221
2322 - name : Install dependencies
2423 run : go mod download
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - name : Set up Go
18- uses : actions/setup-go@v5
18+ uses : actions/setup-go@v6
1919 with :
2020 go-version-file : " go.mod"
2121 cache : true
2727 run : go generate .
2828
2929 - name : Lint with golangci-lint
30- uses : golangci/golangci-lint-action@v8
30+ uses : golangci/golangci-lint-action@v9
3131 with :
3232 version : latest
3333
You can’t perform that action at this time.
0 commit comments