Skip to content

Commit

Permalink
fixx workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhapz committed May 31, 2024
1 parent d707400 commit 5f9a466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.22
- name: checkout code
uses: actions/checkout@v2
with:
Expand All @@ -23,4 +23,4 @@ jobs:
- name: go vet
run: go vet ./...
- name: go build
run: go build
run: go build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI/CD
name: Deploy
on:
push:
branches:
Expand Down

0 comments on commit 5f9a466

Please sign in to comment.