Skip to content

Commit

Permalink
chore: rename release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tobifroe committed Jul 13, 2024
1 parent 70d2eb6 commit 1a06e8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
File renamed without changes.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Go

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

Expand All @@ -15,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'

- name: Test
run: make test
Expand Down

0 comments on commit 1a06e8c

Please sign in to comment.