File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 99 pull_request :
1010 branches :
1111 - main
12+ workflow_dispatch :
1213
1314env :
1415 GO_VERSION : ' 1.24'
@@ -22,15 +23,15 @@ jobs:
2223 runs-on : ubuntu-latest
2324
2425 steps :
25- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2627
2728 - name : Setup Go environment
28- uses : actions/setup-go@v5
29+ uses : actions/setup-go@v6
2930 with :
3031 go-version : ${{ env.GO_VERSION }}
3132
3233 - name : Lint
33- uses : golangci/golangci-lint-action@v8
34+ uses : golangci/golangci-lint-action@v9
3435
3536 - name : Build
3637 run : go build
3940 run : ls -lah .
4041
4142 - name : Add to artifacts
42- uses : actions/upload-artifact@v4
43+ uses : actions/upload-artifact@v6
4344 with :
4445 name : openapi-oathkeeper
4546 path : ./openapi-oathkeeper
You can’t perform that action at this time.
0 commit comments