Skip to content

Commit efa8865

Browse files
authored
fix(ci): update go mod version (#6)
* fix(ci): update go mod version * fix(ci): update go mod version
1 parent fe61a72 commit efa8865

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.20'
22+
go-version: '1.22'
2323

2424
- name: Build
2525
run: go build -v ./...

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/ehrktia/memcache
22

3-
go 1.22.1
3+
go 1.22
44

55
require golang.org/x/sync v0.7.0

0 commit comments

Comments
 (0)