Skip to content

Commit

Permalink
Merge pull request #24 from KohlsTechnology/bump-go-and-release
Browse files Browse the repository at this point in the history
Bump To Go 1.16.4 and Release v0.1.8
  • Loading branch information
vinny-sabatini authored May 13, 2021
2 parents 0223cb1 + a46ee5e commit fb8ded7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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.16.3]
go-version: [1.16.4]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
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.16.3 AS builder
FROM golang:1.16.4 AS builder

WORKDIR /go/src/github.com/KohlsTechnology/blackbox-helloworld-responder
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
Branch string
BuildDate string
GitSHA1 string
Version = "v0.1.7"
Version = "v0.1.8"
)

// Get returns the version string with some additional details
Expand Down

0 comments on commit fb8ded7

Please sign in to comment.