Skip to content

Commit

Permalink
Update actions/setup-go action to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent 3ce7171 commit 76615cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4.1.4

- name: Set up Golang
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5.0.1
with:
go-version: 1.21
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4.1.4

- name: Set up Golang
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5.0.1
with:
go-version: 1.22
cache: true
Expand Down

0 comments on commit 76615cf

Please sign in to comment.