Skip to content

Commit aed663d

Browse files
build(deps): Bump actions/setup-go from 6.0.0 to 6.1.0 (#85)
1 parent 74d738f commit aed663d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
19+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2020
with:
2121
go-version-file: 'go.mod'
2222
cache: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
17+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
1818
with:
1919
go-version-file: 'go.mod'
2020
cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Set up Go
23-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
23+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2424
with:
2525
go-version-file: 'go.mod'
2626
cache: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
17+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
1818
with:
1919
go-version-file: 'go.mod'
2020
cache: true

0 commit comments

Comments
 (0)