update go to 1.24

This commit is contained in:
2025-10-02 22:35:13 +02:00
parent 0b53e95e5e
commit 287b9995fe
5 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
name: build-and-test name: build-and-test
on: [push, pull_request] on: [push]
jobs: jobs:
build: build:
strategy: strategy:
matrix: matrix:
version: [1.23] version: [1.24]
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
name: Build name: Build
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@@ -41,7 +41,7 @@ jobs:
steps: steps:
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: 1.23 go-version: 1.24
- uses: actions/checkout@v5 - uses: actions/checkout@v5
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v8 uses: golangci/golangci-lint-action@v8

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: 1.23.5 go-version: 1.24.5
- name: Build the executables - name: Build the executables
run: ./mkrel.sh kleingebaeck ${{ github.ref_name}} run: ./mkrel.sh kleingebaeck ${{ github.ref_name}}

View File

@@ -1,4 +1,4 @@
FROM golang:1.23-alpine as builder FROM golang:1.24-alpine as builder
RUN apk update RUN apk update
RUN apk upgrade RUN apk upgrade

View File

@@ -34,7 +34,7 @@ import (
) )
const ( const (
VERSION string = "0.3.22" VERSION string = "0.3.23"
Baseuri string = "https://www.kleinanzeigen.de" Baseuri string = "https://www.kleinanzeigen.de"
Listuri string = "/s-bestandsliste.html" Listuri string = "/s-bestandsliste.html"
Defaultdir string = "." Defaultdir string = "."

4
go.mod
View File

@@ -1,8 +1,8 @@
module kleingebaeck module kleingebaeck
go 1.23.0 go 1.24.0
toolchain go1.23.5 toolchain go1.24.5
require ( require (
astuart.co/goq v1.0.0 astuart.co/goq v1.0.0