Skip to content

Commit

Permalink
Change Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
julgircast committed Jul 13, 2023
1 parent 23e7e61 commit 04a74a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Go 1.19
- name: Setup Go 1.20
uses: actions/setup-go@v4
with:
go-version: '1.19.5'
go-version: '1.20.4'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 04a74a7

Please sign in to comment.