Skip to content

Commit

Permalink
Update unit.yaml to fix typo pulling in go support
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero authored Nov 18, 2024
1 parent bcd68bd commit 86c6dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/setup_go@v3
- uses: actions/setup-go@v3
with:
go-version: 1.23.x
cache: true
Expand Down

0 comments on commit 86c6dc2

Please sign in to comment.