chore: update Go

This commit is contained in:
Fernandez Ludovic 2023-12-05 19:41:08 +01:00
parent 0ec9a170a8
commit 3ea8227fe7
4 changed files with 4 additions and 6 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
go-version: [ '1.20', 1.x ] go-version: [ '1.21', 1.x ]
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
steps: steps:

View File

@ -12,8 +12,8 @@ jobs:
name: Main Process name: Main Process
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
GO_VERSION: '1.20' GO_VERSION: '1.21'
GOLANGCI_LINT_VERSION: v1.53.3 GOLANGCI_LINT_VERSION: v1.55.2
SEIHON_VERSION: v0.9.0 SEIHON_VERSION: v0.9.0
CGO_ENABLED: 0 CGO_ENABLED: 0

View File

@ -9,7 +9,7 @@ jobs:
name: Release Process name: Release Process
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
GO_VERSION: '1.20' GO_VERSION: '1.21'
SEIHON_VERSION: v0.9.0 SEIHON_VERSION: v0.9.0
CGO_ENABLED: 0 CGO_ENABLED: 0

2
go.mod
View File

@ -2,8 +2,6 @@ module github.com/ldez/traefik-certs-dumper/v2
go 1.21 go 1.21
toolchain go1.21.3
require ( require (
github.com/fsnotify/fsnotify v1.6.0 github.com/fsnotify/fsnotify v1.6.0
github.com/go-acme/lego/v4 v4.14.0 github.com/go-acme/lego/v4 v4.14.0