Skip to content

Commit

Permalink
build: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yqchilde committed Jun 1, 2023
1 parent 85af942 commit 58c4a01
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 @@ -22,13 +22,13 @@ jobs:
needs: changelog
strategy:
matrix:
platform: [ubuntu-latest]
go-version: [1.20]
platform: [ ubuntu-latest ]
go-version: [ '1.20' ]
name: Release
runs-on: ${{ matrix.platform }}
steps:
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 58c4a01

Please sign in to comment.