Skip to content

Commit 30caee4

Browse files
Merge pull request #781 from jovandeginste/dependabot/github_actions/all-84ffaffffe
chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 in the all group across 1 directory
2 parents 53c9abe + 196d6a1 commit 30caee4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1
19-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 #v6.3.0
19+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c #v6.4.0
2020
with:
2121
go-version-file: go.mod
2222
cache: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6.0.2
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@v6.3.0
16+
uses: actions/setup-go@v6.4.0
1717
with:
1818
go-version: "1.25"
1919

0 commit comments

Comments
 (0)