Skip to content

Commit

Permalink
Bump Go version to 1.15, fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
cudevmaxwell committed Aug 13, 2020
1 parent 764a53c commit 54b4a1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ builds:
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
archives:
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
replacements:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/cu-library/alma-api-job-runner

go 1.14
go 1.15

require github.com/cu-library/overridefromenv v1.2.0

0 comments on commit 54b4a1d

Please sign in to comment.