We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dad732 + f0e7e57 commit 8f57fd7Copy full SHA for 8f57fd7
3 files changed
.github/workflows/build-go.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Go
23
uses: actions/setup-go@v5
24
with:
25
- go-version: '1.24.2' # GOVERSION
+ go-version: '1.24.3' # GOVERSION
26
27
- name: Cache Go modules
28
uses: actions/cache@v4
Dockerfile
@@ -1,5 +1,5 @@
1
# Use the official Golang image for building the application
2
-FROM golang:1.24.2 AS builder
+FROM golang:1.24.3 AS builder
3
4
# Set the working directory inside the container
5
WORKDIR /app
go.mod
@@ -1,3 +1,3 @@
module github.com/UnitVectorY-Labs/gologhttpbinary
-go 1.24.2 // GOVERSION
+go 1.24.3 // GOVERSION
0 commit comments