You've already forked top-wallpaper
Update Go version to 1.25.3 in Dockerfile and lint configuration
This commit is contained in:
@@ -7,7 +7,7 @@ name: 🚨 Test Code Base
|
|||||||
run-name: ${{ github.workflow }}-{{ github.ref_name }}-{{ github.run_number }}
|
run-name: ${{ github.workflow }}-{{ github.ref_name }}-{{ github.run_number }}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: '1.25.0'
|
GO_VERSION: '1.25.3'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-go:
|
test-go:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM siteworxpro/golang:1.25.0 AS build
|
FROM siteworxpro/golang:1.25.3 AS build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user