Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 03e885e

Browse files
authored
Merge pull request #156 from gofiber/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2 parents 3378407 + 24d8aec commit 03e885e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gotidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3.3.0
1919
-
2020
name: Set up Go
21-
uses: actions/setup-go@v3
21+
uses: actions/setup-go@v4
2222
with:
2323
go-version: 1.16
2424
-

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: '${{ matrix.platform }}'
1919
steps:
2020
- name: Install Go
21-
uses: actions/setup-go@v3
21+
uses: actions/setup-go@v4
2222
with:
2323
go-version: ${{ matrix.go-version }}
2424
- name: Setup Golang caches

0 commit comments

Comments
 (0)