Skip to content

Commit

Permalink
Update go version in 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Torres <torredil@amazon.com>
  • Loading branch information
torredil committed Oct 7, 2022
1 parent c156536 commit 852a539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Go 1.17
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.19

- name: Go Build Cache
uses: actions/cache@v2
Expand All @@ -29,4 +29,4 @@ jobs:

- name: Run tests
run: |
go test -v ./cmd/... ./pkg/...
go test -v ./cmd/... ./pkg/...

0 comments on commit 852a539

Please sign in to comment.