File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# You should have received a copy of the GNU Affero General Public License
1414# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
16- FROM golang:1.24.5 -bookworm@sha256:ef8c5c733079ac219c77edab604c425d748c740d8699530ea6aced9de79aea40 as build
16+ FROM golang:1.24.6 -bookworm@sha256:2679c15c940573aded505b2f2fbbd4e718b5172327aae3ab9f43a10a5c700dfc as build
1717ARG GITHUB_REF_NAME
1818
1919WORKDIR /go/src/app
Original file line number Diff line number Diff line change 1- FROM golang:1.24.5 -bookworm@sha256:ef8c5c733079ac219c77edab604c425d748c740d8699530ea6aced9de79aea40 AS golang-builder
1+ FROM golang:1.24.6 -bookworm@sha256:2679c15c940573aded505b2f2fbbd4e718b5172327aae3ab9f43a10a5c700dfc AS golang-builder
22
33# set the working directory
44WORKDIR /app
Original file line number Diff line number Diff line change 11module github.com/l3montree-dev/devguard
22
3- go 1.24.5
3+ go 1.24.6
44
55require (
66 github.com/CycloneDX/cyclonedx-go v0.9.2
You can’t perform that action at this time.
0 commit comments