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