feat: update actions
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
2025-03-05 22:10:13 +01:00
parent 00a9569519
commit 0dbe8ec227
2 changed files with 17 additions and 26 deletions

View File

@@ -3,21 +3,21 @@ name: build
on:
push:
branches:
- "master"
- "main"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18.2
-
name: Set up Go
uses: actions/setup-go@v5
- name: Cache Go modules
uses: actions/cache@v3
with:
@@ -28,6 +28,3 @@ jobs:
- name: Build
run: |
go build
- name: Tests
run: |
./shuttle run test