Compare commits
1 Commits
2d03b26c24
...
05842e8399
| Author | SHA1 | Date | |
|---|---|---|---|
| 05842e8399 |
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
||||
go-version: [ '1.20', '1.21', '1.22.x' ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@5
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user