Skip to content

Commit fb8ac87

Browse files
committed
TECH Switch to Go 1.23
1 parent c3e5967 commit fb8ac87

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: ^1.22
24+
go-version: ^1.23
2525

2626
- name: Build
2727
run: go build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: ^1.22
20+
go-version: ^1.23
2121

2222
- name: Release
2323
uses: goreleaser/goreleaser-action@v5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 as builder
1+
FROM golang:1.23 as builder
22

33
ARG CGO_ENABLED=0
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sibprogrammer/xq
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/PuerkitoBio/goquery v1.9.2

0 commit comments

Comments
 (0)