Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
actions/setup-go@v3 tried
  • Loading branch information
stravid87 authored Jan 16, 2024
1 parent 5e98643 commit 0d5f3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v3
with:
go-version: '1.19'
- name: "Run Unit Tests"
Expand Down

0 comments on commit 0d5f3a5

Please sign in to comment.