Skip to content

Commit

Permalink
Merge pull request #46 from OWASP/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
commjoen authored Dec 15, 2023
2 parents 0825d50 + 32b0988 commit 20c825a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile_golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: compile Golang binary for macOS
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Compile Golang binary for Linux(x64)
Expand All @@ -61,7 +61,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Compile Golang binary for Linux(ARM)
Expand All @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Compile Go binary for Windows
Expand Down

0 comments on commit 20c825a

Please sign in to comment.