Skip to content

Commit 0f88809

Browse files
Merge pull request #6 from UnitVectorY-Labs/go-1.24.0
Bump Go version to 1.24.0 in workflow, Dockerfile, and go.mod
2 parents 19d055a + 9cb58b8 commit 0f88809

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: '1.23.6'
25+
go-version: '1.24.0'
2626

2727
- name: Cache Go modules
2828
uses: actions/cache@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Golang image for building the application
2-
FROM golang:1.23.6 AS builder
2+
FROM golang:1.24.0 AS builder
33

44
# Set the working directory inside the container
55
WORKDIR /app

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/UnitVectorY-Labs/gologhttpbinary
22

3-
go 1.23.6
3+
go 1.24.0

0 commit comments

Comments
 (0)