Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: v2.1.6
version: v2.8.0
only-new-issues: true
args: --timeout=10m
- name: yamllint
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
KO_DOCKER_REPO: registry.local:5000/tekton
CLUSTER_DOMAIN: c${{ github.run_id }}.local
ARTIFACTS: ${{ github.workspace }}/artifacts
GOTOOLCHAIN: auto

steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PKGS = $(or $(PKG),$(shell env GO111MODULE=on $(GO) list ./... | grep -v 'github
BIN = $(CURDIR)/.bin

export GO111MODULE=on
export GOTOOLCHAIN=auto

V = 0
Q = $(if $(filter 1,$V),,@)
Expand Down
143 changes: 71 additions & 72 deletions go.mod

Large diffs are not rendered by default.

316 changes: 156 additions & 160 deletions go.sum

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ cd $(dirname $(readlink -f $0))/../

E2E_SKIP_CLUSTER_CREATION=${E2E_SKIP_CLUSTER_CREATION:="false"}

# Allow Go to automatically download the required toolchain version from go.mod
export GOTOOLCHAIN=auto

ci_run && {
header "Setting up environment"
if [ "${E2E_SKIP_CLUSTER_CREATION}" != "true" ]; then
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tektoncd/cli/tools

go 1.24.0
go 1.25.6

require github.com/golangci/golangci-lint/v2 v2.8.0

Expand Down
17 changes: 16 additions & 1 deletion vendor/cloud.google.com/go/auth/CHANGES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/cloud.google.com/go/auth/auth.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/cloud.google.com/go/auth/credentials/compute.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

190 changes: 172 additions & 18 deletions vendor/cloud.google.com/go/auth/credentials/detect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading