Skip to content

Commit

Permalink
Merge pull request #752 from comdex-official/feature/dev
Browse files Browse the repository at this point in the history
workflow updated
  • Loading branch information
dheerajkd30 authored Apr 20, 2023
2 parents b008293 + 9037b8a commit b5322f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/[email protected]
with:
go-version: ^1.19
go-version: 1.19
id: go

- name: Check out code into the Go module directory˛˜
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/[email protected]
with:
go-version: ^1.19
go-version: 1.19
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit b5322f0

Please sign in to comment.