Skip to content

Commit

Permalink
Merge pull request #93 from davidovich/remove-circle
Browse files Browse the repository at this point in the history
removes circle-ci integration
  • Loading branch information
davidovich committed Jan 1, 2024
2 parents 00baa93 + 45297e8 commit 1eeb4f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml

This file was deleted.

19 changes: 9 additions & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ name: Go

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.21"

- name: Build and Test
run: make
- name: Build and Test
run: make

0 comments on commit 1eeb4f7

Please sign in to comment.