Skip to content

Commit

Permalink
Merge pull request #17 from go-viper/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5.2.0

build(deps): Bump actions/setup-go from 5.0.2 to 5.2.0
  • Loading branch information
sagikazarmark authored Jan 9, 2025
2 parents 40114cf + 4848f70 commit 366a2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: ${{ matrix.go }}

Expand All @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: "1.22"

Expand Down

0 comments on commit 366a2e7

Please sign in to comment.