Skip to content

Commit

Permalink
chg: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
philippseith committed Sep 12, 2023
1 parent 641fa28 commit 882ea7e
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 @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.18

- name: Check out code
uses: actions/checkout@v1
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17
go-version: 1.18

- name: Check out code
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/philippseith/signalr

go 1.17
go 1.18

require (
github.com/cenkalti/backoff/v4 v4.2.1
Expand Down

0 comments on commit 882ea7e

Please sign in to comment.