Skip to content

Commit

Permalink
Merge branch 'main' into graphql-ci-check
Browse files Browse the repository at this point in the history
  • Loading branch information
dblinkhorn committed Jan 22, 2025
2 parents 006dd02 + 0d74e4d commit 9dff190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Set Docker Buildx up
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0

- name: Build Docker image
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go-version-file: "./go.mod"

- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0

- name: lint PR title / commit message
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.4-alpine AS builder
FROM golang:1.23.5-alpine AS builder

WORKDIR /go/src/app
COPY . .
Expand Down

0 comments on commit 9dff190

Please sign in to comment.