Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanejohnson committed Sep 3, 2024
1 parent 9adcddc commit a554f2a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

workflow_dispatch:
jobs:

build:
Expand All @@ -14,9 +13,9 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.16
go-version: 1.23

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit a554f2a

Please sign in to comment.