Skip to content

Commit fe92c27

Browse files
hey-kongscalalang2
authored andcommitted
bump up go.version to 1.24
1 parent 376a1e7 commit fe92c27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: '1.23.x'
16+
go-version: '1.24.x'
1717
- name: Check out code
1818
uses: actions/checkout@v4
1919
- name: Install dependencies
@@ -33,9 +33,9 @@ jobs:
3333
steps:
3434
- name: checkout
3535
uses: actions/checkout@v4
36-
- name: Setup Go 1.23.x
36+
- name: Setup Go 1.24.x
3737
uses: actions/setup-go@v4
3838
with:
39-
go-version: '1.23.x'
39+
go-version: '1.24.x'
4040
- name: Build
4141
run: go build -v ./...

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/scalalang2/golang-fifo
22

3-
go 1.23
3+
go 1.24
44

55
require fortio.org/assert v1.2.1

0 commit comments

Comments
 (0)