Skip to content

Commit

Permalink
Update go-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jun 17, 2023
1 parent a1ca0f3 commit d2edccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version: '>=1.19.0'

- name: Build App
run: |
Expand Down

0 comments on commit d2edccc

Please sign in to comment.