Skip to content

Commit

Permalink
chore: update devcontainer golanglint version
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Dec 6, 2023
1 parent 8d7a8e0 commit 214c06a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"containerUser": "root",
"features": {
"ghcr.io/devcontainers/features/common-utils:1": {},
"ghcr.io/devcontainers/features/go:1": {"version": "none", "golangciLintVersion": "1.53.2"}
"ghcr.io/devcontainers/features/go:1": {"version": "none", "golangciLintVersion": "1.55.2"}
},
"runArgs": [
"--cap-add=SYS_PTRACE",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
# - "1.27"
# - "1.28"
runs-on: ${{ matrix.os }}
env:
ENVTEST_K8S_VERSION: ${{matrix.k8s_version}}
# env:
# ENVTEST_K8S_VERSION: ${{matrix.k8s_version}}
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 214c06a

Please sign in to comment.