Skip to content

Commit

Permalink
chore: update Go to 1.20 as the main version (#249)
Browse files Browse the repository at this point in the history
* chore: promu - update go version to 1.20

* chore: github actions - update go version to 1.20
  • Loading branch information
burningalchemist committed May 25, 2023
1 parent 5db140b commit b1de99b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: ^1.20
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.18
go-version: ^1.20
- name: Check out code into the Go module directory
uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go:
cgo: false
version: 1.19
version: 1.20
repository:
path: github.com/burningalchemist/sql_exporter
build:
Expand Down

0 comments on commit b1de99b

Please sign in to comment.