Skip to content

Commit

Permalink
Merge pull request #91 from tklauser/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5.3.0
  • Loading branch information
tklauser authored Jan 21, 2025
2 parents 5354138 + 1b67306 commit 9934854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.0.2
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.0.2
with:
go-version: '1.23'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Install Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.0.2
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.0.2
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 9934854

Please sign in to comment.