Skip to content

Commit 15ee0be

Browse files
build(deps): bump actions/setup-go from 4 to 5 (#655)
1 parent 79a08b4 commit 15ee0be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
- name: Set up Go ${{ matrix.go-version }} environment
37-
uses: actions/setup-go@v4
37+
uses: actions/setup-go@v5
3838
with:
3939
go-version: ${{ matrix.go-version }}
4040
check-latest: true

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout repository
4242
uses: actions/checkout@v4
4343
- name: Set up Go ${{ matrix.go-version }} environment
44-
uses: actions/setup-go@v4
44+
uses: actions/setup-go@v5
4545
with:
4646
go-version: ${{ matrix.go-version }}
4747
check-latest: true

0 commit comments

Comments
 (0)