Skip to content

Commit

Permalink
github/workflow/backend: switch from go1.17 to go1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <[email protected]>
  • Loading branch information
vbatts committed Mar 10, 2023
1 parent 2d5af7a commit befc1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:

- name: Set up Go 1.17
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
go-version: 1.17.x
go-version: 1.19.x
id: go

- name: Check out code
Expand Down

0 comments on commit befc1d0

Please sign in to comment.