Skip to content

Commit

Permalink
Merge pull request #52 from keikoproj/tekenstam-patch-1
Browse files Browse the repository at this point in the history
Update to Golang 1.19
  • Loading branch information
tekenstam authored Oct 7, 2023
2 parents 2007154 + 721df5d commit d989b59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19

- name: Check out code into the Go module directory
uses: actions/checkout@v2
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.18 as builder
FROM golang:1.19 as builder

WORKDIR /workspace
# 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/keikoproj/alert-manager

go 1.18
go 1.19

require (
github.com/WavefrontHQ/go-wavefront-management-api v1.14.2
Expand Down

0 comments on commit d989b59

Please sign in to comment.