Skip to content

Commit 8f57fd7

Browse files
Merge pull request #10 from UnitVectorY-Labs/go-v1.24.3
Update Go version to 1.24.3
2 parents 0dad732 + f0e7e57 commit 8f57fd7

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.24.2' # GOVERSION
25+
go-version: '1.24.3' # GOVERSION
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.24.2 AS builder
2+
FROM golang:1.24.3 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.24.2 // GOVERSION
3+
go 1.24.3 // GOVERSION

0 commit comments

Comments
 (0)