Skip to content

Commit 892a3e9

Browse files
committed
fix CI builds
1 parent 3eb393e commit 892a3e9

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go-version-file: 'go.mod'
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v6
21+
uses: golangci/golangci-lint-action@v7
2222
with:
23-
version: v1.63
23+
version: v2.2.2
2424
args: --verbose --timeout=15m

.tekton/rhtas-console-pull-request.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ spec:
4242
value: [{"path": ".", "type": "gomod"}]
4343
- name: go_unit_test
4444
value: true
45-
- name: go_base_image
46-
value: registry.redhat.io/ubi9/go-toolset:1.24@sha256:6fd64cd7f38a9b87440f963b6c04953d04de65c35b9672dbd7f1805b0ae20d09
4745
pipelineRef:
4846
resolver: git
4947
params:

.tekton/rhtas-console-push.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ spec:
3939
value: [{"path": ".", "type": "gomod"}]
4040
- name: go_unit_test
4141
value: true
42-
- name: go_base_image
43-
value: registry.redhat.io/ubi9/go-toolset:1.24@sha256:6fd64cd7f38a9b87440f963b6c04953d04de65c35b9672dbd7f1805b0ae20d09
4442
pipelineRef:
4543
resolver: git
4644
params:

0 commit comments

Comments
 (0)