Skip to content

Commit

Permalink
chore: upgrade golangci-lint to support go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Oct 14, 2024
1 parent 9ef4d99 commit dc02b1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tasks/go-plugin-multiarch/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
#!/bin/bash
source .jx/variables.sh
make linux
- image: golangci/golangci-lint:v1.58.2-alpine@sha256:511101feba931bd578164b77714d1cee015d8980e0d40033c378b6626193e4ab
- image: golangci/golangci-lint:v1.61.0-alpine@sha256:61e2d68adc792393fcb600340fe5c28059638d813869d5b4c9502392a2fb4c96
name: make-lint
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-plugin/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
script: |
#!/bin/sh
make linux
- image: golangci/golangci-lint:v1.58.2-alpine@sha256:511101feba931bd578164b77714d1cee015d8980e0d40033c378b6626193e4ab
- image: golangci/golangci-lint:v1.61.0-alpine@sha256:61e2d68adc792393fcb600340fe5c28059638d813869d5b4c9502392a2fb4c96
name: make-lint
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
#!/bin/bash
source .jx/variables.sh
make linux
- image: golangci/golangci-lint:v1.58.2-alpine@sha256:511101feba931bd578164b77714d1cee015d8980e0d40033c378b6626193e4ab
- image: golangci/golangci-lint:v1.61.0-alpine@sha256:61e2d68adc792393fcb600340fe5c28059638d813869d5b4c9502392a2fb4c96
name: make-lint
resources: {}
script: |
Expand Down

0 comments on commit dc02b1d

Please sign in to comment.