Skip to content

Commit db463ec

Browse files
authored
Merge pull request #253 from gofiber/dependabot/github_actions/actions/setup-go-3
build(deps): bump actions/setup-go from 2 to 3
2 parents ebd42f4 + c67b48d commit db463ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Fetch Repository
88
uses: actions/checkout@v2
99
- name: Install Go
10-
uses: actions/setup-go@v2
10+
uses: actions/setup-go@v3
1111
with:
1212
go-version: '^1.17.6'
1313
- name: Install Gosec

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)