Skip to content

Commit 929b359

Browse files
committed
upgrade dependencies
1 parent 2dce233 commit 929b359

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# syntax=docker.io/docker/dockerfile:1.17
1+
# syntax=docker.io/docker/dockerfile:1.18
22

33
# see https://github.com/devcontainers/images/tree/main/src/base-debian/history
4-
FROM mcr.microsoft.com/devcontainers/base:1.0.25-bookworm
4+
FROM mcr.microsoft.com/devcontainers/base:2.0.1-trixie
55

66
RUN <<'EOF'
77
#!/usr/bin/bash

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"postCreateCommand": "bash .devcontainer/setup.sh",
1414
"features": {
1515
"ghcr.io/devcontainers/features/go:1": {
16-
"version": "1.25.0"
16+
"version": "1.25.1"
1717
},
1818
"ghcr.io/devcontainers-extra/features/packer-asdf:2": {
1919
"version": "1.14.1"

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
- uses: actions/checkout@v5
1111
with:
1212
fetch-depth: 0
13-
- uses: actions/setup-go@v5
13+
- uses: actions/setup-go@v6
1414
with:
15-
go-version: '1.25.0'
15+
go-version: '1.25.1'
1616
- name: Set up msys2
1717
uses: msys2/setup-msys2@v2
1818
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PLUGIN_PATH := dist/packer-plugin-windows-update_$(GOHOSTOS)_$(GOHOSTARCH)_$(GOH
99

1010
# see https://github.com/goreleaser/goreleaser
1111
# renovate: datasource=github-releases depName=goreleaser/goreleaser extractVersion=^v?(?<version>2\..+)
12-
GORELEASER_VERSION := 2.11.2
12+
GORELEASER_VERSION := 2.12.2
1313

1414
all: clean build
1515

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/rgl/packer-plugin-windows-update
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require (
66
github.com/hashicorp/hcl/v2 v2.24.0
7-
github.com/hashicorp/packer-plugin-sdk v0.6.2
7+
github.com/hashicorp/packer-plugin-sdk v0.6.3
88
github.com/zclconf/go-cty v1.16.4
99
)
1010

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ github.com/hashicorp/hcl/v2 v2.24.0 h1:2QJdZ454DSsYGoaE6QheQZjtKZSUs9Nh2izTWiwQx
117117
github.com/hashicorp/hcl/v2 v2.24.0/go.mod h1:oGoO1FIQYfn/AgyOhlg9qLC6/nOJPX3qGbkZpYAcqfM=
118118
github.com/hashicorp/memberlist v0.5.2 h1:rJoNPWZ0juJBgqn48gjy59K5H4rNgvUoM1kUD7bXiuI=
119119
github.com/hashicorp/memberlist v0.5.2/go.mod h1:Ri9p/tRShbjYnpNf4FFPXG7wxEGY4Nrcn6E7jrVa//4=
120-
github.com/hashicorp/packer-plugin-sdk v0.6.2 h1:XRIJTcHa9AN13ZvVjL+RpwxEz+yYT7qJ5PA2REViJZ0=
121-
github.com/hashicorp/packer-plugin-sdk v0.6.2/go.mod h1:mOuey53XeLIIpdOQnREjEBYCndipO7piU+EJAstQq1k=
120+
github.com/hashicorp/packer-plugin-sdk v0.6.3 h1:WEZQxQVvcoM0KoeuhJQ/hIPd0g117jwnf//vXZoNAbk=
121+
github.com/hashicorp/packer-plugin-sdk v0.6.3/go.mod h1:mOuey53XeLIIpdOQnREjEBYCndipO7piU+EJAstQq1k=
122122
github.com/hashicorp/serf v0.10.2 h1:m5IORhuNSjaxeljg5DeQVDlQyVkhRIjJDimbkCa8aAc=
123123
github.com/hashicorp/serf v0.10.2/go.mod h1:T1CmSGfSeGfnfNy/w0odXQUR1rfECGd2Qdsp84DjOiY=
124124
github.com/hashicorp/vault/api v1.20.0 h1:KQMHElgudOsr+IbJgmbjHnCTxEpKs9LnozA1D3nozU4=

renovate.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ gitea_container_name="$(basename "$(dirname "$(realpath "${BASH_SOURCE[0]}")")")
1313

1414
# see https://hub.docker.com/r/gitea/gitea/tags
1515
# renovate: datasource=docker depName=gitea/gitea
16-
gitea_version='1.24.5'
16+
gitea_version='1.24.6'
1717

1818
# see https://hub.docker.com/r/renovate/renovate/tags
1919
# see https://github.com/renovatebot/renovate/releases
2020
# renovate: datasource=docker depName=renovate/renovate
21-
renovate_version='41.86.1'
21+
renovate_version='41.124.0'
2222

2323
# clean.
2424
echo 'Deleting existing Gitea...'
@@ -30,7 +30,7 @@ install -d tmp
3030
# start gitea in background.
3131
# see https://docs.gitea.io/en-us/config-cheat-sheet/
3232
# see https://github.com/go-gitea/gitea/releases
33-
# see https://github.com/go-gitea/gitea/blob/v1.24.5/docker/root/etc/s6/gitea/setup
33+
# see https://github.com/go-gitea/gitea/blob/v1.24.6/docker/root/etc/s6/gitea/setup
3434
echo 'Starting Gitea...'
3535
docker run \
3636
--detach \

0 commit comments

Comments
 (0)