Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
35e77cc8
Unverified
Commit
35e77cc8
authored
2 years ago
by
Andrew Block
Browse files
Options
Download
Patches
Plain Diff
Changed how the setup-go action sets go version
Signed-off-by:
Andrew Block
<
andy.block@gmail.com
>
parent
6ba17f17
main
dependabot/go_modules/github.com/docker/distribution-2.8.2incompatible
dependabot/go_modules/github.com/lib/pq-1.10.9
dependabot/go_modules/github.com/rubenv/sql-migrate-1.4.0
dependabot/go_modules/golang.org/x/crypto-0.9.0
dependabot/go_modules/golang.org/x/term-0.8.0
dependabot/go_modules/k8s.io/klog/v2-2.100.1
release-3.12
v3.12.0
v3.12.0-rc.1
v3.12.0-dev.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/build-pr.yml
+2
-2
.github/workflows/build-pr.yml
.github/workflows/release.yml
+1
-1
.github/workflows/release.yml
with
3 additions
and
3 deletions
+3
-3
.github/workflows/build-pr.yml
+
2
−
2
View file @
35e77cc8
...
...
@@ -15,7 +15,7 @@ jobs:
-
name
:
Setup Go
uses
:
actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
# pin@3.5.0
with
:
go-version
:
'
1.18'
go-version
-file
:
go.mod
-
name
:
Install golangci-lint
run
:
|
curl -sSLO https://github.com/golangci/golangci-lint/releases/download/v$GOLANGCI_LINT_VERSION/golangci-lint-$GOLANGCI_LINT_VERSION-linux-amd64.tar.gz
...
...
@@ -44,7 +44,7 @@ jobs:
-
name
:
Setup Go
uses
:
actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
# pin@3.5.0
with
:
go-version
:
'
1.18'
go-version
-file
:
go.mod
-
name
:
Build Helm Binaries
run
:
|
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/release.yml
+
1
−
1
View file @
35e77cc8
...
...
@@ -15,7 +15,7 @@ jobs:
-
name
:
Setup Go
uses
:
actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
# pin@3.5.0
with
:
go-version
:
'
1.18'
go-version
-file
:
go.mod
-
name
:
Set Version
id
:
set-version
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets