ci: go 1.24

This commit is contained in:
Henrique Dias
2025-03-18 07:53:28 +01:00
parent dbd708a76e
commit f0b5a39d80
5 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: "1.23.x" go-version: "1.24.x"
- run: go build . - run: go build .
env: env:
CGO_ENABLED: '0' CGO_ENABLED: '0'
+2 -2
View File
@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: "1.23.x" go-version: "1.24.x"
- uses: golangci/golangci-lint-action@v6 - uses: golangci/golangci-lint-action@v6
with: with:
version: "v1.62" version: "v1.64"
+1 -1
View File
@@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: "1.23.x" go-version: "1.24.x"
- name: Run test with coverage - name: Run test with coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.23-alpine3.20 AS build FROM golang:1.24-alpine3.20 AS build
ARG VERSION="untracked" ARG VERSION="untracked"
+1 -3
View File
@@ -1,8 +1,6 @@
module github.com/hacdias/webdav/v5 module github.com/hacdias/webdav/v5
go 1.23.0 go 1.24.0
toolchain go1.24.0
require ( require (
github.com/coreos/go-systemd/v22 v22.5.0 github.com/coreos/go-systemd/v22 v22.5.0