mirror of
https://github.com/ergochat/ergo.git
synced 2025-01-10 04:02:52 +01:00
commit
8199edee6c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
|||||||
runs-on: "ubuntu-20.04"
|
runs-on: "ubuntu-20.04"
|
||||||
steps:
|
steps:
|
||||||
- name: "checkout repository"
|
- name: "checkout repository"
|
||||||
uses: "actions/checkout@v2"
|
uses: "actions/checkout@v3"
|
||||||
- name: "setup go"
|
- name: "setup go"
|
||||||
uses: "actions/setup-go@v2"
|
uses: "actions/setup-go@v3"
|
||||||
with:
|
with:
|
||||||
go-version: "1.19"
|
go-version: "1.19"
|
||||||
- name: "install python3-pytest"
|
- name: "install python3-pytest"
|
||||||
|
Loading…
Reference in New Issue
Block a user