Skip to content

Commit

Permalink
Update Go version of Dockerfile as well as the workflow yamls to v1.19 (
Browse files Browse the repository at this point in the history
#146)

Signed-off-by: Timo Walter <twalter@walter-se.com>
  • Loading branch information
tiwalter authored Nov 6, 2023
1 parent 364a724 commit 198bf1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go ^1.15
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19

- name: Clean Helm Tags
run: git tag -d $(git tag -l "cert-exporter*")
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Set up Go ^1.18
- name: Set up Go ^1.19
uses: actions/setup-go@v2
with:
go-version: ^1.18
go-version: ^1.19

- name: Configure Git
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.18 as build
FROM golang:1.19 as build
WORKDIR /src

COPY . .
Expand Down

0 comments on commit 198bf1e

Please sign in to comment.