Skip to content

Commit

Permalink
go: bump to 1.20 to support current prometheus model
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffie committed Feb 23, 2024
1 parent 44db8a8 commit 45977af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.20'

- name: Build
run: go build -v
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.20'

- name: Build
run: go build -v
Expand Down

0 comments on commit 45977af

Please sign in to comment.