Skip to content

Commit 1c6da30

Browse files
authored
Merge pull request #152 from Staffbase/dependabot/docker/docker-12586775e8
Bump golang from 1.25.2 to 1.25.3 in the docker group
2 parents 4d590c3 + e5040d8 commit 1c6da30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
FROM golang:1.25.2 AS build
12+
FROM golang:1.25.3 AS build
1313
WORKDIR /yamllint-action
1414
COPY go.mod go.sum /yamllint-action/
1515
RUN go mod download

0 commit comments

Comments
 (0)