Skip to content

Commit 9e329b5

Browse files
committed
Compile with Go 1.18
1 parent 41dea72 commit 9e329b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
- pull_request
55

66
env:
7+
GOVER: ^1.18
78
NAME: tagesschau-eilbot
89

910
jobs:
@@ -39,7 +40,7 @@ jobs:
3940
- name: Setup Go
4041
uses: actions/setup-go@v2
4142
with:
42-
go-version: '^1.17'
43+
go-version: ${{ env.GOVER }}
4344

4445
- name: Build
4546
env:

0 commit comments

Comments
 (0)