Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nichyjt committed May 10, 2024
1 parent 8e5a4eb commit 08703a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.22

- name: Build backend uService
working-directory: ./internal/backend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_item.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.22

- name: Build Item uService
working-directory: ./internal/item
Expand Down

0 comments on commit 08703a3

Please sign in to comment.