Skip to content

Commit

Permalink
HD-921 update go version in CI to use stable (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
fage88 authored Sep 16, 2024
1 parent ab2a412 commit 301e2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
go-version: 'stable'
- name: Get Dependencies
working-directory: ${{ inputs.go_project_dir_root }}
run: go get -d ./...
Expand Down

0 comments on commit 301e2f9

Please sign in to comment.