Skip to content

Commit

Permalink
Update to Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
andresterba committed Apr 26, 2023
1 parent c59d948 commit 25bdf10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.20
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.20
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
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/andresterba/upstream-watch

go 1.18
go 1.20

require (
github.com/DATA-DOG/go-sqlmock v1.5.0
Expand Down

0 comments on commit 25bdf10

Please sign in to comment.