Skip to content

Commit

Permalink
Downgrade Go version in GitHub Actions workflow
Browse files Browse the repository at this point in the history
The Go version used in the GitHub Actions workflow has been downgraded from 1.23 to 1.22. This was necessary to ensure compatibility with certain project dependencies.
  • Loading branch information
MarjovanLier committed Feb 16, 2024
1 parent fc51e97 commit d4505e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.23'
go-version: '1.22'

- name: Install osv-scanner
run: go install github.com/google/osv-scanner/cmd/osv-scanner@v1
Expand Down

0 comments on commit d4505e8

Please sign in to comment.