Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Factual0367 authored Sep 17, 2024
1 parent a90c84a commit 62672c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a Go project using the Makefile and fyne-cross for Linux and Windows,
# and upload the resulting binaries to GitHub releases.

name: Go

on:
Expand All @@ -24,6 +21,9 @@ jobs:
with:
go-version: '1.20'

- name: Install project dependencies
run: go mod download

- name: Install Docker
run: |
sudo apt-get update
Expand Down

0 comments on commit 62672c6

Please sign in to comment.