Skip to content

Commit

Permalink
Update build.yml Golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
amlmtl authored Nov 7, 2023
1 parent fe86f05 commit 532b93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Build go
run: |
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
name: Release ${{ steps.release_version.outputs.new_tag }}
body: ${{ steps.release_version.outputs.changelog }}
artifacts: "./sasesp-plugin*.zip"
preRelease: true
preRelease: true

0 comments on commit 532b93d

Please sign in to comment.