Skip to content

Commit

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

chore(deps): bump golang from 1.21.6 to 1.22.5
  • Loading branch information
vinny-sabatini authored Jul 19, 2024
2 parents e738c80 + f61782f commit 7bfe63e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.6]
go-version: [1.22.5]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.6
go-version: 1.22.5
- 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.6 AS builder
FROM golang:1.22.5 AS builder

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

go 1.21
go 1.22

0 comments on commit 7bfe63e

Please sign in to comment.