Skip to content

Commit

Permalink
chore: bump go to 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Webber <[email protected]>
  • Loading branch information
sebastianwebber committed Oct 27, 2022
1 parent 1257472 commit 1d600ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
go:
- "1.17"
- "1.18"
- "1.19"
steps:
- uses: actions/setup-go@v1
with:
Expand All @@ -26,8 +26,8 @@ jobs:
strategy:
matrix:
go:
- "1.17"
- "1.18"
- "1.19"
steps:
- uses: actions/setup-go@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 1d600ea

Please sign in to comment.