Skip to content

Commit

Permalink
feat: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Feb 13, 2024
1 parent 7144e41 commit d1649cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.21
- run: docker-compose up -d
- run: go run main.go migrate
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
Expand Down
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/1995parham-teaching/song_cloud

go 1.19
go 1.21

require (
github.com/golang-migrate/migrate/v4 v4.17.0
Expand Down

0 comments on commit d1649cf

Please sign in to comment.