Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from kohbis/update_actions
Browse files Browse the repository at this point in the history
fix: go version in ci and ci trigger
  • Loading branch information
kohbis authored Aug 13, 2022
2 parents e098c7f + 29be4e5 commit 600af25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/feature.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: feature

on:
push:
branches:
- 'feature/**'
on: pull_request

jobs:
setup:
Expand All @@ -14,6 +11,6 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.19
- name: Test
run: go test -v ./...
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.19
- name: Test
run: go test -v ./...
- name: Run GoReleaser
Expand Down

0 comments on commit 600af25

Please sign in to comment.