Skip to content

Commit

Permalink
Merge branch 'main' into release-0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Szakaly <[email protected]>
  • Loading branch information
alex1989hu committed Sep 8, 2022
2 parents d97ab15 + ed86c67 commit 271f15c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.0
go-version: 1.19.1
- name: Check project dependencies
run: |
rm go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.0
go-version: 1.19.1
- name: Test Approved Certificate Signing Requests
run: go test -tags=e2e -v ./e2e
- name: Get Application logs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.0
go-version: 1.19.1
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.0
go-version: 1.19.1
- name: Create dependency list for Nancy
run: go list -json -m all > go.list
- name: Run Nancy Vulnerability Scanner
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

<a name="v0.6.1"></a>
## [v0.6.1](https://github.com/alex1989hu/kubelet-serving-cert-approver/compare/v0.6.0...v0.6.1) (2022-09-08)

### Chore

* upgrade go v1.19.1


<a name="v0.6.0"></a>
## [v0.6.0](https://github.com/alex1989hu/kubelet-serving-cert-approver/compare/v0.5.1...v0.6.0) (2022-09-06)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
#

FROM golang:1.19.0 as builder
FROM golang:1.19.1 as builder

# To let GitHub CI driven buildx pass build arguments
ARG TARGETOS
Expand Down

0 comments on commit 271f15c

Please sign in to comment.