Skip to content

Commit

Permalink
(ref) #26 updates to go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
benammann committed Sep 3, 2022
1 parent 4bc40b9 commit 63ede0e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 329 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
- name: Test
run: go test ./... -v
coverage:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
- name: Calc coverage
run: |
go test ./... -v -covermode=count -coverprofile=coverage.out
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.17 as builder
FROM golang:1.19 as builder

WORKDIR /git-secrets
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/benammann/git-secrets

go 1.17
go 1.19

require (
github.com/spf13/cobra v1.4.0
Expand Down

0 comments on commit 63ede0e

Please sign in to comment.