Skip to content

Commit

Permalink
bump to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
woorui committed Jan 29, 2025
1 parent 83eea05 commit 574f117
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"

- name: Test
run: CI=true go test -v -race -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v /example)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"

- name: Run build script
env:
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.22.0-alpine AS builder
FROM golang:1.23.0-alpine AS builder

RUN apk update && apk add --no-cache make && apk --no-cache add git

Expand Down

0 comments on commit 574f117

Please sign in to comment.