Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Jan 31, 2025
1 parent 4ca21a9 commit d203905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Checkout the repository
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go 1.23
- name: Install Go 1.23.1
run: |
ARCH=$(uname -m)
if [ "$ARCH" = "x86_64" ]; then
Expand Down

0 comments on commit d203905

Please sign in to comment.