Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
task: upgrading Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Aug 4, 2023
1 parent 724b614 commit d7e0f4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.20
id: go

- name: Checkout Code
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
matrix:
go-version:
- '1.18.x'
- '1.19.x'
- '1.20.x'
os:
- 'macos-latest'
- 'ubuntu-latest'
Expand All @@ -31,7 +31,4 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Test
run: go test -tags sqlite -cover ./...

# - name: Integration Tests
# run: go test -tags "sqlite,integration" -cover ./cli/...
run: go test -tags sqlite -cover ./...
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/wawandco/ox

go 1.18
go 1.20

require (
github.com/fatih/color v1.13.0
Expand Down

0 comments on commit d7e0f4d

Please sign in to comment.