Skip to content

Commit

Permalink
update the go version used by the github action
Browse files Browse the repository at this point in the history
there are multiple go mod files in this porject and since one of them at least
was updated to 1.23, the go action should run with 1.23
  • Loading branch information
nader-ziada committed Oct 11, 2024
1 parent 240d7e4 commit c45f702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test-pyramid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: '1.23'
- run: make test

0 comments on commit c45f702

Please sign in to comment.