Skip to content

Commit d1fb548

Browse files
build(deps): update actions/setup-go action to v6
1 parent 8b7b96e commit d1fb548

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout git repository
1313
uses: actions/checkout@v5
1414
- name: Set up Go
15-
uses: actions/setup-go@v5
15+
uses: actions/setup-go@v6
1616
with:
1717
go-version-file: "./go.mod"
1818
- name: Compile app
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout git repository
2727
uses: actions/checkout@v5
2828
- name: Set up Go
29-
uses: actions/setup-go@v5
29+
uses: actions/setup-go@v6
3030
with:
3131
go-version-file: "./go.mod"
3232
- name: Check formatting
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout git repository
4141
uses: actions/checkout@v5
4242
- name: Set up Go
43-
uses: actions/setup-go@v5
43+
uses: actions/setup-go@v6
4444
with:
4545
go-version-file: "./go.mod"
4646
- name: Lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version-file: "./go.mod"
2626
- name: Run GoReleaser

0 commit comments

Comments
 (0)