Skip to content

Commit 1aa34d6

Browse files
authored
Merge pull request #462 from AllenDang/dependabot/github_actions/actions/setup-go-6
build(deps): bump actions/setup-go from 5 to 6
2 parents 322510c + fe176a3 commit 1aa34d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
sudo apt-get --allow-releaseinfo-change update
1717
sudo apt-get install -y libgtk-3-dev libasound2-dev libxxf86vm-dev
1818
- name: Set up Go environment
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version: '1.24.x'
2222
- uses: actions/checkout@v5

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sudo apt-get --allow-releaseinfo-change update
4343
sudo apt-get install -y libgtk-3-dev libasound2-dev libxxf86vm-dev
4444
- name: Set up Go environment
45-
uses: actions/setup-go@v5
45+
uses: actions/setup-go@v6
4646
with:
4747
go-version: '1.24.x'
4848
- name: Checkout out source code

0 commit comments

Comments
 (0)