Skip to content

Commit

Permalink
Upgrade builds to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Dec 10, 2023
1 parent 7fddd34 commit 25921ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Download cyclonedx-gomod
uses: CycloneDX/gh-gomod-generate-sbom@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Build
run: ./build.ps1
Expand Down

0 comments on commit 25921ed

Please sign in to comment.