Skip to content

Commit 3b6e8d3

Browse files
authored
Merge pull request #8 from pddg/dependabot/github_actions/actions/setup-go-6.0.0
chore(deps):(deps): bump actions/setup-go from 5.5.0 to 6.0.0
2 parents dbc6a6b + 58549ea commit 3b6e8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
16-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
16+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
1717
with:
1818
go-version-file: go.mod
1919
- uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4

0 commit comments

Comments
 (0)