Skip to content

Commit

Permalink
Bump Go version in deploy workflow
Browse files Browse the repository at this point in the history
Dependecy needs v1.20 Golang to work.
  • Loading branch information
jdknives committed Aug 29, 2023
1 parent 0984a10 commit ddf2d11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x
- uses: actions/checkout@v3
- name: Install Requirements
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x
- uses: actions/checkout@v3
- name: Install Requirements
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.20.x
- uses: actions/checkout@v3
- name: Install Requirements
shell: pwsh
Expand Down

0 comments on commit ddf2d11

Please sign in to comment.