update-golang #2

Merged
rrise merged 3 commits from update-golang into master 2025-08-31 02:34:25 +00:00
3 changed files with 3 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ name: 🚨 Test Code Base
run-name: ${{ github.workflow }}-{{ github.ref_name }}-{{ github.run_number }}
env:
GO_VERSION: '1.24.6'
GO_VERSION: '1.25.0'
jobs:
test-go:
@@ -15,11 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛡️ 🔒 Add Siteworx CA Certificates
run: |
curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt
update-ca-certificates
- name: ⚙️ 🐹 Set up Go Environment
uses: actions/setup-go@v2
with:

View File

@@ -1,4 +1,4 @@
FROM siteworxpro/golang:1.24.6 AS build
FROM siteworxpro/golang:1.25.0 AS build
WORKDIR /app

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/siteworxpro/top-wallpaper
go 1.24.6
go 1.25.0
require (
github.com/labstack/echo/v4 v4.13.4