Skip to content

Commit

Permalink
Use go version '1.21.x' in security workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeskov committed Jun 10, 2024
1 parent 826a40a commit c32b9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.21.10
go-version: 1.21.x
check-latest: true
cache: true
- name: Run go list
Expand Down

0 comments on commit c32b9d2

Please sign in to comment.