Skip to content

Commit

Permalink
Merge pull request #132 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 c3acf25 + a506c48 commit b522f38
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 }}
steps:
Expand Down Expand Up @@ -59,7 +59,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/blackbox-helloworld-responder
COPY . .
Expand Down

0 comments on commit b522f38

Please sign in to comment.