Skip to content

Commit

Permalink
feat: update go version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
manicar2093 committed Apr 12, 2024
1 parent b592692 commit ace9143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.21.x
- name: Set GOBIN
run: go env -w GOBIN=/usr/local/bin
- uses: actions/checkout@v3
- name: Install dependencies
run: |
go mod download
- name: Tests
run: go test -v
run: go test -v
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/manicar2093/goption

go 1.20
go 1.21

require (
github.com/mattn/go-sqlite3 v1.14.16
Expand Down

0 comments on commit ace9143

Please sign in to comment.