Skip to content

Commit 9bf2c48

Browse files
committed
Bump go version
1 parent 397545a commit 9bf2c48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
go: [ '1.18', '1.17']
8+
go: ["1.23", "1.24"]
99
name: Test ${{ matrix.go }}
1010
steps:
1111
- name: Checkout

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fujimura/git-gsub
22

3-
go 1.14
3+
go 1.24
44

55
require (
66
github.com/iancoleman/strcase v0.1.1

0 commit comments

Comments
 (0)