Skip to content

Commit

Permalink
update go test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsadowyj committed Sep 21, 2023
1 parent f6cc8b1 commit 6d2b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go 1.14
uses: actions/setup-go@v1
uses: actions/setup-go@v4.1.0
with:
go-version: 1.14
id: go
Expand Down

0 comments on commit 6d2b36f

Please sign in to comment.