Skip to content

Commit f6f37a1

Browse files
committed
Update Go version to 1.23 in workflow and go.mod
1 parent 532f26f commit f6f37a1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
name: Build
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Set up Go 1.13
15+
- name: Set up Go 1.23
1616
uses: actions/setup-go@v1
1717
with:
18-
go-version: 1.13
18+
go-version: 1.23
1919

2020
- name: Check out source code
2121
uses: actions/checkout@master

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/ad/go-githublistener
22

3-
go 1.22
3+
go 1.23.0
4+
45
toolchain go1.24.1
56

67
require (

0 commit comments

Comments
 (0)