Skip to content

Commit

Permalink
Fixes release
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen authored Mar 11, 2024
1 parent a889c1d commit a86dd4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true
- run: go version
-
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/devops-kung-fu/kissbom

go 1.21.4
go 1.22

toolchain go1.22.0

require (
github.com/CycloneDX/cyclonedx-go v0.8.0
Expand Down

0 comments on commit a86dd4c

Please sign in to comment.