Skip to content

Commit

Permalink
Update Github/Netlify CI for Go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Rakers <h.rakers@global.leaseweb.com>
  • Loading branch information
hrak committed Apr 18, 2024
1 parent 8e16433 commit a98fcec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19.3
go-version: '1.20'
- name: Run go test with coverage
run: COVER_PROFILE=coverage.txt make test
- name: Codecov upload
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ command = "make -C docs/book build"
publish = "docs/book/book"

[build.environment]
GO_VERSION = "1.19"
GO_VERSION = "1.20"

# Standard Netlify redirects
[[redirects]]
Expand Down

0 comments on commit a98fcec

Please sign in to comment.