Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Schulze committed Feb 9, 2024
1 parent fcfa83a commit e6a752a
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
name: Go Build

name: gobuild
on:
push:
pull_request:

shedule:
- cron: '5 5 1 * *'
jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19

- name: go build
run: go build -v
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: go build
run: go build -v

0 comments on commit e6a752a

Please sign in to comment.