Skip to content

Commit

Permalink
Merge pull request #181 from kcl-lang/dependabot/github_actions/ci-6c…
Browse files Browse the repository at this point in the history
…51e4eaa6

chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 in the ci group
  • Loading branch information
zong-zhe authored Dec 16, 2024
2 parents 9246f16 + 269cf98 commit bd4795e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fi
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Setup Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: 1.23
cache-dependency-path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-ghcache-
- name: Setup Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: 1.23
cache-dependency-path: |
Expand Down

0 comments on commit bd4795e

Please sign in to comment.