Skip to content

Commit

Permalink
bug fix #83
Browse files Browse the repository at this point in the history
  • Loading branch information
karldoenitz committed Oct 9, 2023
1 parent f419e21 commit 08d19b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 48 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ name: Go

on:
push:
branches: [ "master" ]
branches: ["master", 'origin/feature-v*', 'feature-v*']

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.19
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21

- name: Init
run: go mod init Tigo
- name: Init
run: go mod init Tigo

test:
runs-on: ubuntu-latest
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Init
run: go mod init Tigo
Expand Down
39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

0 comments on commit 08d19b4

Please sign in to comment.