mirror of
https://github.com/gookit/event
synced 2025-12-24 10:30:50 +08:00
Bump actions/setup-go from 3 to 4 (#46)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
# https://github.com/actions/setup-go
|
||||
- name: Use Go ${{ matrix.go_version }}
|
||||
timeout-minutes: 3
|
||||
uses: actions/setup-go@v3
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ${{ matrix.go_version }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user