Skip to content

Commit b17e952

Browse files
Bump golang from 1.25.0 to 1.25.1 in the docker group
Bumps the docker group with 1 update: golang. Updates `golang` from 1.25.0 to 1.25.1 --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7ac2c5 commit b17e952

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.0 AS build
12+
FROM golang:1.25.1 AS build
1313
WORKDIR /yamllint-action
1414
COPY go.mod go.sum /yamllint-action/
1515
RUN go mod download

0 commit comments

Comments
 (0)