Skip to content

Commit

Permalink
update to golang 1.16 and fix chart build error
Browse files Browse the repository at this point in the history
  • Loading branch information
shanestarcher-okta committed Apr 3, 2021
1 parent 4b700e8 commit 0c5ff6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:

- run: git fetch --prune --unshallow

- uses: actions/setup-go@v2-beta
- uses: actions/setup-go@v2
with:
go-version: 1.13
id: go
go-version: 1.16

- uses: actions/checkout@v2
with:
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.13 as builder
FROM golang:1.16 as builder

WORKDIR /go/src/github.com/sstarcher/helm-exporter
COPY . /go/src/github.com/sstarcher/helm-exporter
Expand Down

0 comments on commit 0c5ff6f

Please sign in to comment.