Skip to content

Commit

Permalink
Update to Go 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Estes <[email protected]>
  • Loading branch information
estesp committed Sep 12, 2023
1 parent c925c1e commit 6012f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Set env
shell: bash
Expand All @@ -39,7 +39,7 @@ jobs:

strategy:
matrix:
go-version: [1.19]
go-version: [1.21]
os: [ubuntu-22.04]

steps:
Expand Down

0 comments on commit 6012f05

Please sign in to comment.