Skip to content

Commit

Permalink
fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
EladLeev committed Aug 24, 2024
1 parent 5167804 commit d938dd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
GO111MODULE: on
GOSECGOVERSION: 1.23.0
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.23.0'
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
Expand Down

0 comments on commit d938dd2

Please sign in to comment.