Removed dependencies installation (not needed atm)
All checks were successful
Build / gobuild (push) Successful in 1m14s

This commit is contained in:
Davide Oddone 2023-12-02 11:52:36 +00:00
parent cb0c2a245c
commit a6bda5ffa2

View File

@ -10,8 +10,6 @@ jobs:
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: '1.21.x' go-version: '1.21.x'
- name: Install dependencies
run: go get .
- name: Build - name: Build
run: go build -v ./20231201/trebuchet.go run: go build -v ./20231201/trebuchet.go
- name: Display Go version - name: Display Go version