Skip to content

Commit

Permalink
github: use Go 1.20 in builds workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Nov 16, 2023
1 parent 6dcb3d8 commit 74fb8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.18.x
go-version: 1.20.x

- name: Test lxd-migrate build
run: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.18.x
go-version: 1.20.x

- name: Trigger Launchpad snap build
env:
Expand Down

0 comments on commit 74fb8e2

Please sign in to comment.