Skip to content

Commit

Permalink
Use stable version of go in create-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robdimsdale committed Nov 9, 2023
1 parent aed3a22 commit 5ebc918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 'stable'
- name: Checkout
uses: actions/checkout@v3
- name: Setup Docker Multi-Platform Builds
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 'stable'
- name: Checkout
uses: actions/checkout@v3
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true
Expand Down

0 comments on commit 5ebc918

Please sign in to comment.