Skip to content

Commit 14b7a62

Browse files
author
kushmancev.artur
committed
Change go version to 24 minor
1 parent b4446f1 commit 14b7a62

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
1919

2020
steps:
21-
- name: Set up Go 1.18
21+
- name: Set up Go 1.24
2222
uses: actions/setup-go@v1
2323
with:
24-
go-version: 1.18
24+
go-version: 1.24
2525
id: go
2626
- name: Check out code into the Go module directory
2727
uses: actions/checkout@v1

go.mod

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

3-
go 1.18
3+
go 1.24
44

55
require (
66
github.com/fatih/structs v1.1.0

0 commit comments

Comments
 (0)