Skip to content

Commit

Permalink
TECH Switch to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Apr 8, 2024
1 parent 3e9dd46 commit 0c3d73a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ^1.21
go-version: ^1.22

- name: Build
run: go build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ^1.21
go-version: ^1.22

- name: Release
uses: goreleaser/goreleaser-action@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as builder
FROM golang:1.22 as builder

ARG CGO_ENABLED=0

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sibprogrammer/xq

go 1.21
go 1.22

require (
github.com/PuerkitoBio/goquery v1.9.1
Expand Down

0 comments on commit 0c3d73a

Please sign in to comment.