Skip to content

Commit

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

chore(deps): bump golang from 1.22.5 to 1.23.4
chore(deps): bump golangci-lint from v1.54.2 to v1.62.2
  • Loading branch information
vinny-sabatini authored Dec 23, 2024
2 parents c43cd59 + d0adca6 commit be3642e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 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.22.5]
go-version: [1.23.4]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
Expand All @@ -33,9 +33,7 @@ jobs:
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.54.2
skip-pkg-cache: true
skip-build-cache: true
version: v1.62.2
- name: Test
run: make test-unit
- name: Upload unit test coverage to Codecov
Expand Down Expand Up @@ -92,7 +90,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.5
go-version: 1.23.4
- 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.22.5 AS builder
FROM golang:1.23.4 AS builder

WORKDIR /go/src/github.com/KohlsTechnology/prometheus_bigquery_remote_storage_adapter
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/KohlsTechnology/prometheus_bigquery_remote_storage_adapter

go 1.22
go 1.23

require (
cloud.google.com/go/bigquery v1.65.0
Expand Down

0 comments on commit be3642e

Please sign in to comment.