mirror of https://github.com/icedream/icecon.git
Update actions/setup-go action to v4
parent
905790d645
commit
d2ceedf2b9
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Set up Go 1.21
|
- name: Set up Go 1.21
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.21
|
go-version: 1.21
|
||||||
id: go
|
id: go
|
||||||
|
|
Loading…
Reference in New Issue