Skip to content

Commit

Permalink
updating yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbbp committed Mar 8, 2024
1 parent 2a3ced3 commit 4ce8665
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 101 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/go.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/workflows/goBuildMac.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Go

on: [push]

jobs:
build:

runs-on: macos-latest
steps:
- name: Setup Go 1.21.x
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Checkout code
uses: actions/checkout@v2
- name: Download dependencies
run: go mod download
- name: Build project
run: go build . #should I cache my dependencies?
28 changes: 0 additions & 28 deletions .github/workflows/go_build_mac.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit 4ce8665

Please sign in to comment.