Skip to content

Commit

Permalink
Updated to go 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UnAfraid committed Sep 30, 2024
1 parent 4ea3efe commit 20a6191
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 @@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23.0
go-version: 1.23.1

- name: Download dependencies
run: go mod download
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23.0
go-version: 1.23.1

- name: Setup Node.js
uses: actions/setup-node@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.23.0-alpine as builder
FROM golang:1.23.1-alpine as builder

RUN apk --no-cache add ca-certificates git

Expand Down

0 comments on commit 20a6191

Please sign in to comment.