Skip to content

Commit

Permalink
use go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb committed Jul 23, 2022
1 parent 38f3492 commit b0b4441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Build
run: make
- name: Ensure unique version
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Create release tag
run: make tag
env:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/mdb/wordle

go 1.17
go 1.18

0 comments on commit b0b4441

Please sign in to comment.