update-golang (#2)
Reviewed-on: #2 Co-authored-by: Ron Rise <ron@siteworxpro.com> Co-committed-by: Ron Rise <ron@siteworxpro.com>
This commit is contained in:
@@ -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:
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM siteworxpro/golang:1.24.6 AS build
|
||||
FROM siteworxpro/golang:1.25.0 AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user