Skip to content

Commit

Permalink
Build with go1.20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Nov 30, 2023
1 parent c5ba036 commit dbdb1c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Go

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

jobs:

Expand All @@ -16,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: '1.20'

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

0 comments on commit dbdb1c1

Please sign in to comment.