Update .gitea/workflows/build.yml

This commit is contained in:
Greg Gauthier 2024-07-21 03:06:42 +00:00
parent 6a3d10fe62
commit 1a7b1262c7

View File

@ -10,10 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone The Repo
- uses: actions/checkout@v2
- name: Install Golang Essentials
- name: Install Golang And Build
run:
wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz
rm -rf /usr/local/go