Skip to content

Commit

Permalink
Compile with Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Brawl345 committed Mar 16, 2022
1 parent 41dea72 commit 9e329b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- pull_request

env:
GOVER: ^1.18
NAME: tagesschau-eilbot

jobs:
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.17'
go-version: ${{ env.GOVER }}

- name: Build
env:
Expand Down

0 comments on commit 9e329b5

Please sign in to comment.