Skip to content

Commit

Permalink
Merge pull request #2 from peterfpeterson/switch_default
Browse files Browse the repository at this point in the history
Switch default branch from master to main
  • Loading branch information
peterfpeterson authored Feb 8, 2024
2 parents 87799e8 + 5691a3e commit dc63e8a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: Go

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:

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

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version-file: './go.mod'

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

0 comments on commit dc63e8a

Please sign in to comment.