Skip to content

Commit

Permalink
Update to Golang 1.19 (#68)
Browse files Browse the repository at this point in the history
* Update to Golang 1.19

Signed-off-by: Todd Ekenstam <[email protected]>

* Update build and docker to use Go 1.19

Signed-off-by: Todd Ekenstam <[email protected]>

---------

Signed-off-by: Todd Ekenstam <[email protected]>
  • Loading branch information
tekenstam authored Sep 26, 2023
1 parent 4ed5780 commit 0fcb746
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ^1.17
go-version: ^1.19

- name: GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.17
go-version: ^1.19

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

RUN apk add --update --no-cache \
curl \
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/aws-auth

go 1.17
go 1.19

require (
github.com/jpillora/backoff v1.0.0
Expand Down

0 comments on commit 0fcb746

Please sign in to comment.