mirror of
https://github.com/FiloSottile/age.git
synced 2025-12-23 13:35:14 +00:00
.github/workflows: apparently setup-go has no defaults
This commit is contained in:
committed by
Filippo Valsorda
parent
2a761fcb8c
commit
7ed486868a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -32,6 +32,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install bootstrap Go
|
- name: Install bootstrap Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: 1.22
|
||||||
- name: Install Go tip (UNIX)
|
- name: Install Go tip (UNIX)
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user