This commit is contained in:
@@ -6,11 +6,10 @@ jobs:
|
|||||||
Builder:
|
Builder:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Update apt
|
- name: Setup Go
|
||||||
run: apt-get update -y
|
uses: actions/setup-go@v3
|
||||||
|
with:
|
||||||
- name: install go
|
go-version: '1.25'
|
||||||
run: apt-get install golang -y
|
|
||||||
|
|
||||||
- name: Clone the repository
|
- name: Clone the repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user