mirror of
https://github.com/GwynethLlewelyn/goswi.git
synced 2026-08-14 00:58:00 +00:00
CI/CD: Toying around with new workflows
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
||||
@@ -19,9 +19,7 @@ on:
|
||||
branches: [ "master" ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
env:
|
||||
IMAGEMAGICK_VERSION: 7.1.2-7
|
||||
@@ -69,7 +67,7 @@ jobs:
|
||||
|
||||
# Moving on to Go...
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
# go-version: '1.24'
|
||||
go-version-file: './go.mod'
|
||||
|
||||
Reference in New Issue
Block a user