Skip to content

Commit

Permalink
chore: Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.34…
Browse files Browse the repository at this point in the history
….0 (#1102)

- remove execinquery from golangci-lint configuration, it's been
  disabled, including it in the configuration produces an error.

Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
  • Loading branch information
grafanarenovatebot[bot] authored Dec 17, 2024
1 parent 864dfd5 commit 3c86f3b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gbt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# and a shell script. This is achieved by using the `VAR=value` syntax, which
# is valid in both Makefile and shell.

GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v0.31.1
GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v0.34.0
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: github-hosted-ubuntu-${{ matrix.arch }}

container:
image: ghcr.io/grafana/grafana-build-tools:v0.31.1@sha256:576971e115fdb8def851e8d4141388262e2c9d6c23e6c00c5d584d8c06943bcf
image: ghcr.io/grafana/grafana-build-tools:v0.34.0@sha256:2d2b61738952e4934df01457638cf78da6178e763db152cfde0489e99bc14eeb
outputs:
version: ${{ steps.version.outputs.value }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.runner }}

container:
image: ghcr.io/grafana/grafana-build-tools:v0.31.1@sha256:576971e115fdb8def851e8d4141388262e2c9d6c23e6c00c5d584d8c06943bcf
image: ghcr.io/grafana/grafana-build-tools:v0.34.0@sha256:2d2b61738952e4934df01457638cf78da6178e763db152cfde0489e99bc14eeb

steps:
- name: checkout
Expand Down
1 change: 0 additions & 1 deletion scripts/configs/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ linters:
- errcheck
- errname
# TODO(mem): - errorlint
- execinquery
# TODO(mem): - exhaustive
- exportloopref
- gocheckcompilerdirectives
Expand Down

0 comments on commit 3c86f3b

Please sign in to comment.