Skip to content

Commit

Permalink
Merge pull request #309 from KohlsTechnology/dependabot/docker/golang…
Browse files Browse the repository at this point in the history
…-1.21.6

chore(deps): bump golang from 1.21.5 to 1.21.6
  • Loading branch information
vinny-sabatini authored Jan 19, 2024
2 parents 739f9bd + e5184f7 commit 33d1840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.21.5]
go-version: [1.21.6]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.5
go-version: 1.21.6
- name: Prepare
id: prep
run: |
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.21.5 AS builder
FROM golang:1.21.6 AS builder

WORKDIR /go/src/github.com/KohlsTechnology/prometheus_bigquery_remote_storage_adapter
COPY . .
Expand Down

0 comments on commit 33d1840

Please sign in to comment.