Update github actions

This commit is contained in:
Michael Reber 2025-02-04 09:59:10 +01:00
parent cecc451859
commit 4375347556
2 changed files with 25 additions and 1 deletions

24
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,24 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 0
- package-ecosystem: "yarn"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 0
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 0

View File

@ -54,7 +54,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.21.5.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.22.9.linux-amd64.tar.gz"
pre_command: export CGO_ENABLED=0
binary_name: "wireguard-manager"
build_flags: -v