Compare commits
No commits in common. "503bbb8f89c1c910cb1f81c75139ff1067d14a67" and "dae896d6598b8947236d15535945acb9a4db8ca3" have entirely different histories.
503bbb8f89
...
dae896d659
3 changed files with 3 additions and 8 deletions
|
|
@ -1,8 +1,3 @@
|
||||||
matrix:
|
|
||||||
GO_VERSION:
|
|
||||||
- 1.24
|
|
||||||
- 1.23
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: [push, manual]
|
- event: [push, manual]
|
||||||
|
|
||||||
|
|
@ -11,7 +6,7 @@ steps:
|
||||||
image: woodpeckerci/plugin-kaniko
|
image: woodpeckerci/plugin-kaniko
|
||||||
settings:
|
settings:
|
||||||
registry: ${CI_FORGE_URL##https://}
|
registry: ${CI_FORGE_URL##https://}
|
||||||
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}:${GO_VERSION}
|
repo: ${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||||
username:
|
username:
|
||||||
from_secret: forge-username
|
from_secret: forge-username
|
||||||
password:
|
password:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:${GO_VERSION}
|
FROM golang:1.24
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
|
|
|
||||||
2
LICENSE
2
LICENSE
|
|
@ -219,7 +219,7 @@ If you develop a new program, and you want it to be of the greatest possible use
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
|
To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
ci-plugins/golang-vendor-private
|
golang-vendor-private
|
||||||
Copyright (C) 2025 pips
|
Copyright (C) 2025 pips
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue