Skip to content

Commit

Permalink
Update CI to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfrei committed Sep 18, 2023
1 parent 8aac710 commit d6ede91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
sudo /home/ubuntu/chrony-4.3/sbin/chronyd -4 -f /home/runner/work/scion-time/scion-time/testnet/chrony/chronyNTS.conf
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: '1.21.1'

- name: Build
run: go build -o bin/timeservice timeservice.go timeservicex.go
Expand Down

0 comments on commit d6ede91

Please sign in to comment.