Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
8a34d63241 [#15] govulncheck: Use patch release with security fixes
https://go.dev/doc/devel/release#go1.23.minor

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2025-01-28 18:02:23 +03:00
9969ec1039 Sync with upstream distribution v3.0.0-beta.1
Reviewed-on: TrueCloudLab/distribution#12
Reviewed-by: Denis Kirillov <dkirillov@noreply.frostfs.info>
Reviewed-by: pogpp <pogpp@noreply.frostfs.info>
2024-08-19 12:13:19 +00:00

View file

@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.22'
go-version: '1.22.11'
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest