Upgrade to Go 1.23 (#413)

* Update Dockerfile
* Update go.mod
* Update .goreleaser.yml
* Update AdGuardHome.yaml
This commit is contained in:
Marc Brugger
2024-09-27 21:15:21 +02:00
committed by GitHub
parent 9895d6de43
commit 4d2c636d9b
4 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
version: 2
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
@@ -34,7 +35,7 @@ builds:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
version_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:

View File

@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder
WORKDIR /go/src/app

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/bakito/adguardhome-sync
go 1.22.4
go 1.23.1
require (
github.com/caarlos0/env/v11 v11.2.2

View File

@@ -21,7 +21,7 @@ dns:
ratelimit_whitelist: []
refuse_any: true
upstream_dns:
- https://dns10.quad9.net/dns-query
- 8.8.8.8
upstream_dns_file: ""
bootstrap_dns:
- 1.1.1.1:53