Skip to content

Commit

Permalink
bump default k3s version in hpo-e2e action & update golangci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Dec 9, 2024
1 parent ca91448 commit beb5667
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hpo-e2e-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- arm64
k3s_version:
# k3d version list k3s | sed 's/+/-/' | sort -h
- ${{ github.event.inputs.k3s_version || 'v1.20.15-k3s1' }}
- ${{ github.event.inputs.k3s_version || 'v1.27.9-k3s1' }}
runs-on : runs-on,image=ubuntu22-full-${{ matrix.arch }},runner=4cpu-linux-${{ matrix.arch }},run-id=${{ github.run_id }}
env:
K3S_VERSION: ${{ matrix.k3s_version }}
Expand Down
8 changes: 4 additions & 4 deletions .golangci.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
]
},
"run": {
"skip-files": [
"/zz_generated_"
],
"deadline": "5m"
},
"issues": {
Expand All @@ -22,6 +19,9 @@
"linters": "revive",
"text": "should have comment or be unexported"
}
]
],
"exclude-files": [
"/zz_generated_*"
]
}
}

0 comments on commit beb5667

Please sign in to comment.