File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 with :
1818 fetch-depth : 0
1919
20- - name : Set up Go 1.24.0
20+ - name : Set up Go 1.24.1
2121 uses : actions/setup-go@v5
2222 with :
23- go-version : ' 1.24.0 '
23+ go-version : ' 1.24.1 '
2424
2525 - name : Start MongoDB
2626 uses :
supercharge/[email protected]
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 fetch-depth : 0
2121 ref : ${{ github.event.inputs.tag }}
2222
23- - name : Set up Go 1.24.0
23+ - name : Set up Go 1.24.1
2424 uses : actions/setup-go@v5
2525 with :
26- go-version : ' 1.24.0 '
26+ go-version : ' 1.24.1 '
2727
2828 - name : Start MongoDB
2929 uses :
supercharge/[email protected]
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 with :
1616 fetch-depth : 0
1717
18- - name : Set up Go 1.24.0
18+ - name : Set up Go 1.24.1
1919 uses : actions/setup-go@v5
2020 with :
21- go-version : ' 1.24.0 '
21+ go-version : ' 1.24.1 '
2222
2323 - name : Start MongoDB
2424 uses :
supercharge/[email protected]
Original file line number Diff line number Diff line change 1- FROM golang:1.24.0 -alpine AS builder
1+ FROM golang:1.24.1 -alpine AS builder
22
33WORKDIR /app
44COPY . .
Original file line number Diff line number Diff line change 11module github.com/switcherapi/switcher-gitops
22
3- go 1.24.0
3+ go 1.24.1
44
55require (
66 github.com/go-git/go-billy/v5 v5.6.2
You can’t perform that action at this time.
0 commit comments