WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 48698ad

Browse files
authored
Merge pull request #81 from cased/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 5fd83bb + d51be27 commit 48698ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- name: Set up Go
13-
uses: actions/setup-go@v5
13+
uses: actions/setup-go@v6
1414
with:
1515
go-version: '1.24.1'
1616
cache: true
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v5
4444
- name: Set up Go
45-
uses: actions/setup-go@v5
45+
uses: actions/setup-go@v6
4646
with:
4747
go-version: '1.24.1'
4848
cache: true

0 commit comments

Comments
 (0)