Skip to content

Commit

Permalink
Use the version from the go.mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar committed Jun 2, 2024
1 parent 0478218 commit 99c46ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

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

jobs:

Expand All @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.5
go-version-file: ./go.mod

- name: Go vet
run: go vet ./...
Expand Down

0 comments on commit 99c46ff

Please sign in to comment.