We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08edb9d commit 376a1e7Copy full SHA for 376a1e7
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Go
14
uses: actions/setup-go@v4
15
with:
16
- go-version: '1.22.x'
+ go-version: '1.23.x'
17
- name: Check out code
18
uses: actions/checkout@v4
19
- name: Install dependencies
@@ -33,9 +33,9 @@ jobs:
33
steps:
34
- name: checkout
35
36
- - name: Setup Go 1.22.x
+ - name: Setup Go 1.23.x
37
38
39
40
- name: Build
41
run: go build -v ./...
go.mod
@@ -1,5 +1,5 @@
1
module github.com/scalalang2/golang-fifo
2
3
-go 1.22
+go 1.23
4
5
require fortio.org/assert v1.2.1
0 commit comments